diff options
author | Egor Tensin <egor@tensin.name> | 2025-08-20 00:18:00 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-08-20 00:18:00 +0200 |
commit | d2f292a142aa26554b7d161ce1b875de7c2ca831 (patch) | |
tree | 13630d8cccb59a879e50a18a386cb3d01047ebbe /%HOME%/.ssh/config_my_hosts | |
parent | remove ancient Apport settings (diff) | |
download | linux-home-d2f292a142aa26554b7d161ce1b875de7c2ca831.tar.gz linux-home-d2f292a142aa26554b7d161ce1b875de7c2ca831.zip |
ssh: update hosts & keys
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 |