ControlMaster=auto, not yes
This commit is contained in:
parent
f0d77b7847
commit
9704b56498
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ let
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
compression = true;
|
||||
controlMaster = "yes";
|
||||
controlMaster = "auto";
|
||||
controlPersist = "10m";
|
||||
hashKnownHosts = true;
|
||||
userKnownHostsFile = "${config.chvp.cachePrefix}${home}/.ssh/known_hosts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue