Adjust server alive interval and count again

This commit is contained in:
Evie Litherland-Smith 2024-11-19 09:45:38 +00:00
parent 2ff3ca63c9
commit a187e9cb20

View file

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