ControlMaster=auto, not yes

This commit is contained in:
Charlotte Van Petegem 2021-01-31 22:34:27 +01:00
parent f0d77b7847
commit 9704b56498
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

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