diff options
-rw-r--r-- | %HOME%/.ssh/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 690f3ff..ec6a840 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -48,6 +48,13 @@ Host egort.name web tensin-web Port 22 ForwardAgent yes +Host 192.168.203.13 pc pc1 tensin-pc tensin-pc1 + ForwardAgent yes + +Host 192.168.205.3 pc.vpn pc1.vpn tensin-pc.vpn tensin-pc1.vpn + Hostname 192.168.205.3 + ForwardAgent yes + Host 192.168.203.4 192.168.205.1 pi pi1 raspi raspi1 tensin-raspi tensin-raspi1 User egor ForwardAgent yes |