diff options
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.ssh/config | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 261f228..c60fb1a 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -35,12 +35,17 @@ Host alt-github Hostname ssh.github.com Port 443 -Host 46.101.112.215 tensin-vpn vpn +Host 46.101.112.215 vpn tensin-vpn HostName 46.101.112.215 User algo Port 80 -Host 188.134.75.74 tensin-ext ext +Host 188.134.75.74 ext ext1 tensin-ext tensin-ext1 HostName 188.134.75.74 User egor - Port 110 + Port 80 + +Host 192.168.203.4 192.168.205.4 pi pi1 raspi raspi1 tensin-raspi tensin-raspi1 + User egor +Host 192.168.203.11 192.168.205.11 pi2 raspi2 tensin-raspi2 + User egor |