Commit b930a7c71165

Vincent Demeester <vincent@sbr.pm>
2025-11-06 11:24:48
home/ssh config: fix current issue with controlmaster
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9dc3e0b
Changed files (1)
home
common
home/common/shell/openssh.nix
@@ -16,7 +16,7 @@
     hashKnownHosts = true;
     userKnownHostsFile = "${config.home.homeDirectory}/.ssh/known_hosts";
     controlMaster = "auto";
-    controlPersist = "10m";
+    # controlPersist = "10m"; # FIXME: issue with OpenSSH 10p1, can re-enable in a few weeks.
     controlPath = "${config.home.homeDirectory}/.ssh/master-%C";
     addKeysToAgent = "confirm";
     matchBlocks = {