diff options
Diffstat (limited to '%HOME%/.ssh/config_my_hosts')
-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 e8ca0cb..787b0ff 100644 --- a/%HOME%/.ssh/config_my_hosts +++ b/%HOME%/.ssh/config_my_hosts @@ -29,3 +29,8 @@ Host 192.168.205.2 laptop2.vpn tensin-laptop2.vpn Hostname 192.168.205.2 User egor ForwardAgent yes + +Host 192.168.205.19 pc2.vpn tensin-pc2.vpn + Hostname 192.168.205.19 + User egor + ForwardAgent yes |