ssh: add controlpath
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m7s
Periodic flake update / flake-update (push) Successful in 2m19s

This commit is contained in:
2025-09-10 09:57:30 +02:00
parent a14c4c4802
commit ca6ceee059

View File

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