From 1b5294c9cd913793d0dbfc29129a097f2f14d9cf Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 18 Nov 2024 09:30:21 +0000 Subject: [PATCH] Adjust SSH server alive interval and count --- 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 45999c6e..0833605a 100644 --- a/system/home/shell/ssh.nix +++ b/system/home/shell/ssh.nix @@ -10,8 +10,8 @@ addKeysToAgent = "yes"; forwardAgent = true; compression = true; - serverAliveInterval = 15; - serverAliveCountMax = 3; + serverAliveInterval = 5; + serverAliveCountMax = 2; controlMaster = "auto"; controlPersist = "10s"; extraConfig = ''