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>2014-02-09 23:43:40 +0000
commit3d498ae4180b8338db5f960865882b3f781aec2a (patch)
tree9fd759f3a0fb3a7f16a447cd0a7503b03ea9345c /ssh_config.5
parentbdc94de85ed7dbafb949c239d7c3eff23ea4aa28 (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 e72919a89..1fc0a6b1c 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1130,7 +1130,10 @@ If, for example,
1130.Cm ServerAliveCountMax 1130.Cm ServerAliveCountMax
1131is left at the default, if the server becomes unresponsive, 1131is left at the default, if the server becomes unresponsive,
1132ssh will disconnect after approximately 45 seconds. 1132ssh will disconnect after approximately 45 seconds.
1133This option applies to protocol version 2 only. 1133This option applies to protocol version 2 only; in protocol version
11341 there is no mechanism to request a response from the server to the
1135server alive messages, so disconnection is the responsibility of the TCP
1136stack.
1134.It Cm ServerAliveInterval 1137.It Cm ServerAliveInterval
1135Sets a timeout interval in seconds after which if no data has been received 1138Sets a timeout interval in seconds after which if no data has been received
1136from the server, 1139from the server,