Commit 4da28b369b1d
Changed files (1)
home
common
shell
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" = {