diff options
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r-- | %HOME%/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index bb2d9b1..7db498b 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -49,10 +49,12 @@ Host egort.name web tensin-web ForwardAgent yes Host 192.168.203.13 pc pc1 tensin-pc tensin-pc1 + User egor ForwardAgent yes Host 192.168.205.3 pc.vpn pc1.vpn tensin-pc.vpn tensin-pc1.vpn Hostname 192.168.205.3 + User egor ForwardAgent yes Host 192.168.203.4 192.168.205.1 pi pi1 raspi raspi1 tensin-raspi tensin-raspi1 |