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