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 = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compression = true;
|
compression = true;
|
||||||
controlMaster = "yes";
|
controlMaster = "auto";
|
||||||
controlPersist = "10m";
|
controlPersist = "10m";
|
||||||
hashKnownHosts = true;
|
hashKnownHosts = true;
|
||||||
userKnownHostsFile = "${config.chvp.cachePrefix}${home}/.ssh/known_hosts";
|
userKnownHostsFile = "${config.chvp.cachePrefix}${home}/.ssh/known_hosts";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue