diff options
-rw-r--r-- | %HOME%/.ssh/config_my_hosts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config_my_hosts b/%HOME%/.ssh/config_my_hosts index 252b952..5710bbd 100644 --- a/%HOME%/.ssh/config_my_hosts +++ b/%HOME%/.ssh/config_my_hosts @@ -20,3 +20,8 @@ Host 192.168.205.4 pi2.vpn raspi2.vpn tensin-raspi2.vpn Hostname 192.168.205.4 User egor ForwardAgent yes + +Host 192.168.205.2 laptop2.vpn tensin-laptop2.vpn + Hostname 192.168.205.2 + User egor + ForwardAgent yes |