diff options
Diffstat (limited to 'modules/openssh.nix')
-rw-r--r-- | modules/openssh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openssh.nix b/modules/openssh.nix index a41f0d6..d850322 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -37,6 +37,7 @@ in controlMaster = "auto"; controlPersist = "24H"; + controlPath = "~/.ssh/control/%r@%n:%p"; # The directory must exist. serverAliveCountMax = 30; serverAliveInterval = 60; |