diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-09 10:39:43 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-09 10:39:43 +0200 |
commit | 7f176d8dbdd9021a46461d2578b813f5b045fe72 (patch) | |
tree | 7f56140d5106759c5cf99d59cef0f18c95e2c1e1 | |
parent | ssh: add vpn-ru.egort.name (diff) | |
download | linux-home-7f176d8dbdd9021a46461d2578b813f5b045fe72.tar.gz linux-home-7f176d8dbdd9021a46461d2578b813f5b045fe72.zip |
ssh: reorder hosts
-rw-r--r-- | %HOME%/.ssh/config_my_hosts | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/%HOME%/.ssh/config_my_hosts b/%HOME%/.ssh/config_my_hosts index 82597c0..a92e781 100644 --- a/%HOME%/.ssh/config_my_hosts +++ b/%HOME%/.ssh/config_my_hosts @@ -1,3 +1,8 @@ +Host egort.name web tensin-web + Hostname egort.name + User egor + ForwardAgent yes + Host vpn.egort.name vpn tensin-vpn Hostname vpn.egort.name User algo @@ -9,12 +14,6 @@ Host vpn-ru.egort.name vpn-ru tensin-vpn-ru User egor ForwardAgent yes -Host egort.name web tensin-web - Hostname egort.name - User egor - Port 22 - ForwardAgent yes - Host 192.168.203.13 pc pc1 tensin-pc tensin-pc1 User egor ForwardAgent yes |