diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-30 14:48:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-30 14:48:37 +0300 |
commit | d0df956d2ed80e2b537c41e2b2b4ab78c57ee479 (patch) | |
tree | 65709a0ddee00af00a8219657ad6f5cb0bf3bf7c /%HOME%/.ssh/config | |
parent | .ssh: deauthorize unused keys (diff) | |
download | linux-home-d0df956d2ed80e2b537c41e2b2b4ab78c57ee479.tar.gz linux-home-d0df956d2ed80e2b537c41e2b2b4ab78c57ee479.zip |
.ssh: add tensin-web + automatic forwarding
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 |