diff options
-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 6ecf911..82597c0 100644 --- a/%HOME%/.ssh/config_my_hosts +++ b/%HOME%/.ssh/config_my_hosts @@ -4,6 +4,11 @@ Host vpn.egort.name vpn tensin-vpn Port 80 ForwardAgent yes +Host vpn-ru.egort.name vpn-ru tensin-vpn-ru + Hostname vpn-ru.egort.name + User egor + ForwardAgent yes + Host egort.name web tensin-web Hostname egort.name User egor |