diff --git a/system/home/shell/ssh.nix b/system/home/shell/ssh.nix index 0833605a..98336818 100644 --- a/system/home/shell/ssh.nix +++ b/system/home/shell/ssh.nix @@ -10,8 +10,8 @@ addKeysToAgent = "yes"; forwardAgent = true; compression = true; - serverAliveInterval = 5; - serverAliveCountMax = 2; + serverAliveInterval = 15; + serverAliveCountMax = 5; controlMaster = "auto"; controlPersist = "10s"; extraConfig = ''