From 794cf06812dc903ff9081617c507da1aa855ec9c Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 24 Aug 2024 18:57:44 +0300 Subject: [PATCH] Ssh : Add .socket ext to control files. --- home/config/ssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/ssh/default.nix b/home/config/ssh/default.nix index d8f52455..082616cf 100644 --- a/home/config/ssh/default.nix +++ b/home/config/ssh/default.nix @@ -10,7 +10,7 @@ in { text = util.trimTabs ('' Host * ControlMaster auto - ControlPath ~/.ssh/%r@%h:%p + ControlPath ~/.ssh/%r@%h:%p.socket ControlPersist yes '' + mkHost "dasha" "10.0.0.7" 22143 "root" ""