summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 10 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index b71378c1e..b6aefe491 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.24 2000/06/18 04:50:45 djm Exp $ 12.\" $Id: sshd.8,v 1.25 2000/07/11 07:31:39 djm Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -435,6 +435,14 @@ QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
435The default is INFO. 435The default is INFO.
436Logging with level DEBUG violates the privacy of users 436Logging with level DEBUG violates the privacy of users
437and is not recommended. 437and is not recommended.
438.It Cm MaxStartups
439Specifies the maximum number of concurrent unauthenticated connections to the
440.Nm
441daemon.
442Additional connections will be dropped until authentication succeeds or the
443.Cm LoginGraceTime
444expires for a connection.
445The default is 10.
438.It Cm PasswordAuthentication 446.It Cm PasswordAuthentication
439Specifies whether password authentication is allowed. 447Specifies whether password authentication is allowed.
440The default is 448The default is
@@ -954,6 +962,7 @@ Like
954This can be used to specify 962This can be used to specify
955machine-specific login-time initializations globally. 963machine-specific login-time initializations globally.
956This file should be writable only by root, and should be world-readable. 964This file should be writable only by root, and should be world-readable.
965.El
957.Sh AUTHOR 966.Sh AUTHOR
958OpenSSH 967OpenSSH
959is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, 968is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen,