Adjust SSH server alive interval and count

This commit is contained in:
Evie Litherland-Smith 2024-11-18 09:30:21 +00:00
parent 99cc7cc8e2
commit 1b5294c9cd

View file

@ -10,8 +10,8 @@
addKeysToAgent = "yes";
forwardAgent = true;
compression = true;
serverAliveInterval = 15;
serverAliveCountMax = 3;
serverAliveInterval = 5;
serverAliveCountMax = 2;
controlMaster = "auto";
controlPersist = "10s";
extraConfig = ''