change controlMaster to auto
This commit is contained in:
parent
c01fda5fe0
commit
69cdf0bc08
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.ssh = {
|
||||
controlMaster = "yes";
|
||||
controlMaster = "auto";
|
||||
controlPersist = "10m";
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
|
|
Loading…
Reference in a new issue