From d3b8ae691d18032ff3dee929a80fcfd847b9cd50 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 Mar 2021 14:59:43 +0300 Subject: .ssh: forward agent to the Pis also --- %HOME%/.ssh/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '%HOME%/.ssh') 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 -- cgit v1.2.3