Adjust server alive interval and count again
This commit is contained in:
parent
2ff3ca63c9
commit
a187e9cb20
|
@ -10,8 +10,8 @@
|
|||
addKeysToAgent = "yes";
|
||||
forwardAgent = true;
|
||||
compression = true;
|
||||
serverAliveInterval = 5;
|
||||
serverAliveCountMax = 2;
|
||||
serverAliveInterval = 15;
|
||||
serverAliveCountMax = 5;
|
||||
controlMaster = "auto";
|
||||
controlPersist = "10s";
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue