1
1
Fork 0

ssh: Disable ForwardAgent

This commit is contained in:
Jonathan Schleifer 2024-08-18 16:44:08 +00:00
parent 649b0a2f50
commit 6ac945d8d9

View file

@ -21,3 +21,4 @@ Host *
Ciphers aes256-gcm@openssh.com Ciphers aes256-gcm@openssh.com
KexAlgorithms curve25519-sha256@libssh.org KexAlgorithms curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519 HostKeyAlgorithms ssh-ed25519
ForwardAgent no