From 7f176d8dbdd9021a46461d2578b813f5b045fe72 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 May 2022 10:39:43 +0200 Subject: ssh: reorder hosts --- %HOME%/.ssh/config_my_hosts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '%HOME%/.ssh/config_my_hosts') 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 -- cgit v1.2.3