diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-30 14:59:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-30 14:59:43 +0300 |
commit | d3b8ae691d18032ff3dee929a80fcfd847b9cd50 (patch) | |
tree | 6e8803b0ae79b9bfb460c7a8b762dbd1ef45127c | |
parent | .ssh: add tensin-web + automatic forwarding (diff) | |
download | linux-home-d3b8ae691d18032ff3dee929a80fcfd847b9cd50.tar.gz linux-home-d3b8ae691d18032ff3dee929a80fcfd847b9cd50.zip |
.ssh: forward agent to the Pis also
-rw-r--r-- | %HOME%/.ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 1261fc1..d1edd4c 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -50,5 +50,8 @@ Host egort.name web tensin-web Host 192.168.203.4 192.168.205.4 pi pi1 raspi raspi1 tensin-raspi tensin-raspi1 User egor + ForwardAgent yes + Host 192.168.203.11 192.168.205.11 pi2 raspi2 tensin-raspi2 User egor + ForwardAgent yes |