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-10 02:40:15 +0000
commit9f42d3b964854aecfed2fff64ac375c0c4805fa5 (patch)
tree1569184b1a3b2b4df2596537defa65118b542fb9 /ssh_config.5
parent889e217b88a7848e6c997f7f87d07b9d1a35fb49 (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 49505ae9c..617a312d0 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1288,7 +1288,10 @@ If, for example,
1288.Cm ServerAliveCountMax 1288.Cm ServerAliveCountMax
1289is left at the default, if the server becomes unresponsive, 1289is left at the default, if the server becomes unresponsive,
1290ssh will disconnect after approximately 45 seconds. 1290ssh will disconnect after approximately 45 seconds.
1291This option applies to protocol version 2 only. 1291This option applies to protocol version 2 only; in protocol version
12921 there is no mechanism to request a response from the server to the
1293server alive messages, so disconnection is the responsibility of the TCP
1294stack.
1292.It Cm ServerAliveInterval 1295.It Cm ServerAliveInterval
1293Sets a timeout interval in seconds after which if no data has been received 1296Sets a timeout interval in seconds after which if no data has been received
1294from the server, 1297from the server,