diff options
author | Colin Watson <cjwatson@debian.org> | 2004-03-05 11:14:29 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-03-05 11:14:29 +0000 |
commit | f8e0d0cb8e77672526baf211bda0b4baae557d33 (patch) | |
tree | bca5dae3013f2cffac449bbea7d7b33c2837bee3 /ssh_config.5 | |
parent | a632758c3a2bff7e6c963cc96603b8880878fd4e (diff) |
Implement SSH1 support for ServerAliveInterval using SSH_MSG_IGNORE. As
documented in ssh_config(5), it's not as good as the SSH2 version.
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 25485f3da..72ad6d512 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -570,7 +570,8 @@ is 0, indicating that these messages will not be sent to the server, | |||
570 | or 300 if the | 570 | or 300 if the |
571 | .Cm BatchMode | 571 | .Cm BatchMode |
572 | option is set. | 572 | option is set. |
573 | This option applies to protocol version 2 only. | 573 | .Cm ProtocolKeepAlives |
574 | is a Debian-specific compatibility alias for this option. | ||
574 | .It Cm ServerAliveCountMax | 575 | .It Cm ServerAliveCountMax |
575 | Sets the number of server alive messages (see above) which may be | 576 | Sets the number of server alive messages (see above) which may be |
576 | sent without | 577 | sent without |
@@ -598,6 +599,10 @@ If, for example, | |||
598 | .Cm ServerAliveCountMax | 599 | .Cm ServerAliveCountMax |
599 | is left at the default, if the server becomes unresponsive ssh | 600 | is left at the default, if the server becomes unresponsive ssh |
600 | will disconnect after approximately 45 seconds. | 601 | will disconnect after approximately 45 seconds. |
602 | This option works when using protocol version 2 only; in protocol version | ||
603 | 1 there is no mechanism to request a response from the server to the | ||
604 | server alive messages, so disconnection is the responsibility of the TCP | ||
605 | stack. | ||
601 | .It Cm SetupTimeOut | 606 | .It Cm SetupTimeOut |
602 | Normally, | 607 | Normally, |
603 | .Nm ssh | 608 | .Nm ssh |