summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:09:51 +0000
committerColin Watson <cjwatson@debian.org>2015-08-19 16:33:31 +0100
commit396f7d932b391fc92ac7ccdf8813f49564e2bbab (patch)
tree24b103b6f22e4e4f691fe5cff55f4be07de9b92b /ssh_config.5
parentd027dea6b4b659a7ad537e452db563763302eabd (diff)
Partial server keep-alive implementation for SSH1
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1712 Last-Update: 2013-09-14 Patch-Name: ssh1-keepalive.patch
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.55
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 447617178..dd35dd8d1 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1409,7 +1409,10 @@ If, for example,
1409.Cm ServerAliveCountMax 1409.Cm ServerAliveCountMax
1410is left at the default, if the server becomes unresponsive, 1410is left at the default, if the server becomes unresponsive,
1411ssh will disconnect after approximately 45 seconds. 1411ssh will disconnect after approximately 45 seconds.
1412This option applies to protocol version 2 only. 1412This option applies to protocol version 2 only; in protocol version
14131 there is no mechanism to request a response from the server to the
1414server alive messages, so disconnection is the responsibility of the TCP
1415stack.
1413.It Cm ServerAliveInterval 1416.It Cm ServerAliveInterval
1414Sets a timeout interval in seconds after which if no data has been received 1417Sets a timeout interval in seconds after which if no data has been received
1415from the server, 1418from the server,