diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-02-03 22:35:58 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-02-03 22:35:58 +0000 |
commit | 0f1544ddc575a6e19093b237761f70dff44507e2 (patch) | |
tree | 939ffd24f439d702e60ec83c52c75c94dbbf334f /usr.bin/ssh/sshd.8 | |
parent | 89cec8272ce4431e2ad45df5cd51fe752ad05ee3 (diff) |
some KeepAlive cleanup/clarify; ok markus@
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index cbfba07d2dc..5020105bc7a 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.165 2002/01/29 14:32:03 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.166 2002/02/03 22:35:57 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -533,7 +533,7 @@ or The default is .Dq no . .It Cm KeepAlive -Specifies whether the system should send keepalive messages to the +Specifies whether the system should send TCP keepalive messages to the other side. If they are sent, death of the connection or crash of one of the machines will be properly noticed. @@ -548,12 +548,11 @@ users and consuming server resources. The default is .Dq yes (to send keepalives), and the server will notice -if the network goes down or the client host reboots. +if the network goes down or the client host crashes. This avoids infinitely hanging sessions. .Pp To disable keepalives, the value should be set to -.Dq no -in both the server and the client configuration files. +.Dq no . .It Cm KerberosAuthentication Specifies whether Kerberos authentication is allowed. This can be in the form of a Kerberos ticket, or if |