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"; addKeysToAgent = "yes";
forwardAgent = true; forwardAgent = true;
compression = true; compression = true;
serverAliveInterval = 15; serverAliveInterval = 5;
serverAliveCountMax = 3; serverAliveCountMax = 2;
controlMaster = "auto"; controlMaster = "auto";
controlPersist = "10s"; controlPersist = "10s";
extraConfig = '' extraConfig = ''