From 95f2c72bda25b8f2731930f4acb0b50a3adac311 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 30 Apr 2021 12:32:55 +0200 Subject: [PATCH] ssh: Avoid forwarding agent in the general case --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index ccef41b..cc9c5fb 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,7 +1,7 @@ Host * Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr Compression yes - ForwardAgent yes + ForwardAgent no KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 ControlMaster auto ControlPath /tmp/%r@%h:%p