From ec25e095a26ad1e4823887a6653132948ebc5f87 Mon Sep 17 00:00:00 2001 From: azahi Date: Wed, 5 Feb 2025 17:18:02 +0300 Subject: 2025-02-05 --- modules/openssh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/openssh.nix') 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; -- cgit 1.4.1