Commit 4da28b369b1d

Vincent Demeester <vincent@sbr.pm>
2025-11-06 22:14:58
home/openssh: completely remove controlmaster
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6ebd776
Changed files (1)
home
common
home/common/shell/openssh.nix
@@ -15,9 +15,9 @@
     serverAliveInterval = 60;
     hashKnownHosts = true;
     userKnownHostsFile = "${config.home.homeDirectory}/.ssh/known_hosts";
-    controlMaster = "auto";
+    # controlMaster = "auto";
     # controlPersist = "10m"; # FIXME: issue with OpenSSH 10p1, can re-enable in a few weeks.
-    controlPath = "${config.home.homeDirectory}/.ssh/master-%C";
+    # controlPath = "${config.home.homeDirectory}/.ssh/master-%C";
     addKeysToAgent = "confirm";
     matchBlocks = {
       "github.com" = {