From ca6ceee059d04b76960a4660e0163ffa83031054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 10 Sep 2025 09:57:30 +0200 Subject: [PATCH] ssh: add controlpath --- home/ssh/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ssh/config.nix b/home/ssh/config.nix index c26da9e..ddf7829 100644 --- a/home/ssh/config.nix +++ b/home/ssh/config.nix @@ -29,6 +29,7 @@ in forwardAgent = false; serverAliveInterval = 30; controlMaster = "auto"; + controlPath = "/run/user/%i/ssh-cm-%C"; } ) ); @@ -39,6 +40,7 @@ in proxyJump = "torjus@rlogin.uio.no"; serverAliveInterval = 30; controlMaster = "auto"; + controlPath = "/run/user/%i/ssh-cm-%C"; }; "*" = {