diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-06 00:18:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-06 00:18:36 +0300 |
commit | b3c959a38cb048df72b7c18dc0d3aa8ff04805ca (patch) | |
tree | da7139cc970a882ef4818de0247cb26e91954400 /%HOME%/.ssh/config | |
parent | .ssh: authorize Egor.Tensin@TENSIN-NOTE (diff) | |
download | linux-home-b3c959a38cb048df72b7c18dc0d3aa8ff04805ca.tar.gz linux-home-b3c959a38cb048df72b7c18dc0d3aa8ff04805ca.zip |
.ssh: update config
Diffstat (limited to '%HOME%/.ssh/config')
-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 |