From 36a61d03ddbed0c096a91b884bbfa9ba2cd41e19 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 23 Mar 2021 08:35:14 +0000 Subject: [PATCH] Allow the use of ssh-agent connections --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index b1efbd0..d1b61d6 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,6 +3,6 @@ Include config.d/* Host * ServerAliveInterval 120 ServerAliveCountMax 3 - IdentitiesOnly yes + # IdentitiesOnly yes ForwardAgent yes