diff options
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 4d12491..6cf0196 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -35,8 +35,12 @@ Host alt-github Hostname ssh.github.com Port 443 -Host 64.225.107.220 tensin.vpn +Host 64.225.107.220 tensin-vpn vpn HostName 64.225.107.220 User algo Port 110 - IdentityFile ~/.ssh/algo.pem + +Host 188.134.75.74 tensin-ext ext + HostName 188.134.75.74 + User egor + Port 110 |