Adjust server alive interval and count again
This commit is contained in:
parent
2ff3ca63c9
commit
a187e9cb20
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue