Displaying 1 result from an estimated 1 matches for "clientaliveintern".
Did you mean:
clientaliveinternal
2014 Jan 09
0
ServerAliveCountMax (and Client) waits for TCP timeout before process exit
...meout to occur from that point, for the
process/tty to close.
For SSH client options:
-o ServerAliveInterval=60
-o ServerAliveCountMax=3
Should cause the client to force an immediate disconnection at 240
seconds, when the 4th retry would have been attempted.
For SSH server options:
-o ClientAliveInternal=60
-o ClientAliveCountMax=3
Should cause the server to force an immediate disconnection at 240
seconds, when the 4th retry would have been attempted.
Can anyone confirm if this was/is the intention of this feature ?
This way the client/server administrator have better control over the
ti...