summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.89
1 files changed, 4 insertions, 5 deletions
diff --git a/sshd.8 b/sshd.8
index 9a8d59fd1..ea5dd03e2 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.165 2002/01/29 14:32:03 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.166 2002/02/03 22:35:57 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -533,7 +533,7 @@ or
533The default is 533The default is
534.Dq no . 534.Dq no .
535.It Cm KeepAlive 535.It Cm KeepAlive
536Specifies whether the system should send keepalive messages to the 536Specifies whether the system should send TCP keepalive messages to the
537other side. 537other side.
538If they are sent, death of the connection or crash of one 538If they are sent, death of the connection or crash of one
539of the machines will be properly noticed. 539of the machines will be properly noticed.
@@ -548,12 +548,11 @@ users and consuming server resources.
548The default is 548The default is
549.Dq yes 549.Dq yes
550(to send keepalives), and the server will notice 550(to send keepalives), and the server will notice
551if the network goes down or the client host reboots. 551if the network goes down or the client host crashes.
552This avoids infinitely hanging sessions. 552This avoids infinitely hanging sessions.
553.Pp 553.Pp
554To disable keepalives, the value should be set to 554To disable keepalives, the value should be set to
555.Dq no 555.Dq no .
556in both the server and the client configuration files.
557.It Cm KerberosAuthentication 556.It Cm KerberosAuthentication
558Specifies whether Kerberos authentication is allowed. 557Specifies whether Kerberos authentication is allowed.
559This can be in the form of a Kerberos ticket, or if 558This can be in the form of a Kerberos ticket, or if