diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-04-25 20:42:13 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-04-25 20:42:13 +0200 |
commit | eac0f5d57d0bc0dc6d9d37d89cf73d162eac5363 (patch) | |
tree | a8b89956ec8c58a05b30c79603d72859472d73db | |
parent | ssh: add more comments (diff) | |
download | linux-home-eac0f5d57d0bc0dc6d9d37d89cf73d162eac5363.tar.gz linux-home-eac0f5d57d0bc0dc6d9d37d89cf73d162eac5363.zip |
ssh: update 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 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 |