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"; }; "*" = {