ssh: Avoid forwarding agent in the general case

This commit is contained in:
nemunaire 2021-04-30 12:32:55 +02:00
parent 1c02eeeb69
commit 95f2c72bda
1 changed files with 1 additions and 1 deletions

View File

@ -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