diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 49505ae9c..617a312d0 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -1288,7 +1288,10 @@ If, for example, | |||
1288 | .Cm ServerAliveCountMax | 1288 | .Cm ServerAliveCountMax |
1289 | is left at the default, if the server becomes unresponsive, | 1289 | is left at the default, if the server becomes unresponsive, |
1290 | ssh will disconnect after approximately 45 seconds. | 1290 | ssh will disconnect after approximately 45 seconds. |
1291 | This option applies to protocol version 2 only. | 1291 | This option applies to protocol version 2 only; in protocol version |
1292 | 1 there is no mechanism to request a response from the server to the | ||
1293 | server alive messages, so disconnection is the responsibility of the TCP | ||
1294 | stack. | ||
1292 | .It Cm ServerAliveInterval | 1295 | .It Cm ServerAliveInterval |
1293 | Sets a timeout interval in seconds after which if no data has been received | 1296 | Sets a timeout interval in seconds after which if no data has been received |
1294 | from the server, | 1297 | from the server, |