diff options
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 6962b53..1261fc1 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -36,10 +36,17 @@ Host alt-github Hostname ssh.github.com Port 443 -Host 46.101.112.215 vpn tensin-vpn - Hostname 46.101.112.215 +Host vpn.egort.name vpn tensin-vpn + Hostname vpn.egort.name User algo Port 80 + ForwardAgent yes + +Host egort.name web tensin-web + Hostname egort.name + User egor + Port 22 + ForwardAgent yes Host 192.168.203.4 192.168.205.4 pi pi1 raspi raspi1 tensin-raspi tensin-raspi1 User egor |