ssh: Avoid forwarding agent in the general case
This commit is contained in:
parent
1c02eeeb69
commit
95f2c72bda
@ -1,7 +1,7 @@
|
|||||||
Host *
|
Host *
|
||||||
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||||
Compression yes
|
Compression yes
|
||||||
ForwardAgent yes
|
ForwardAgent no
|
||||||
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath /tmp/%r@%h:%p
|
ControlPath /tmp/%r@%h:%p
|
||||||
|
Loading…
Reference in New Issue
Block a user