From 6ac945d8d96c6642a13d6619334a1d9ba1bf5026 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 18 Aug 2024 16:44:08 +0000 Subject: [PATCH] ssh: Disable ForwardAgent --- ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/config b/ssh/config index 91a161b..a710f20 100644 --- a/ssh/config +++ b/ssh/config @@ -21,3 +21,4 @@ Host * Ciphers aes256-gcm@openssh.com KexAlgorithms curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519 + ForwardAgent no