diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-19 16:45:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-19 17:58:50 +0300 |
commit | a3c3cd8a53c51e0c54bdb8d75616f717d0f10cfe (patch) | |
tree | 198709db01585933ea8fb4d64e9a36f74349122f /%HOME%/.ssh/config | |
parent | .ssh: add authorized_keys (diff) | |
download | linux-home-a3c3cd8a53c51e0c54bdb8d75616f717d0f10cfe.tar.gz linux-home-a3c3cd8a53c51e0c54bdb8d75616f717d0f10cfe.zip |
.ssh/config: add tensin-ext
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 |