[SSH] Use ControlMaster option
This commit is contained in:
parent
f507ea1636
commit
fb3c0dac4f
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ Host *
|
|||
Compression yes
|
||||
ForwardAgent yes
|
||||
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||
ControlMaster auto
|
||||
ControlPath /tmp/%r@%h:%p
|
||||
ControlPersist 60
|
||||
|
||||
Host *.nemunai.re
|
||||
VerifyHostKeyDNS yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue