From a187e9cb20b79414bde6eb7b9fc772a6d8f2f4d2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 19 Nov 2024 09:45:38 +0000 Subject: [PATCH] Adjust server alive interval and count again --- system/home/shell/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ''