diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. | |||
435 | The default is INFO. | 435 | The default is INFO. |
436 | Logging with level DEBUG violates the privacy of users | 436 | Logging with level DEBUG violates the privacy of users |
437 | and is not recommended. | 437 | and is not recommended. |
438 | .It Cm MaxStartups | ||
439 | Specifies the maximum number of concurrent unauthenticated connections to the | ||
440 | .Nm | ||
441 | daemon. | ||
442 | Additional connections will be dropped until authentication succeeds or the | ||
443 | .Cm LoginGraceTime | ||
444 | expires for a connection. | ||
445 | The default is 10. | ||
438 | .It Cm PasswordAuthentication | 446 | .It Cm PasswordAuthentication |
439 | Specifies whether password authentication is allowed. | 447 | Specifies whether password authentication is allowed. |
440 | The default is | 448 | The default is |
@@ -954,6 +962,7 @@ Like | |||
954 | This can be used to specify | 962 | This can be used to specify |
955 | machine-specific login-time initializations globally. | 963 | machine-specific login-time initializations globally. |
956 | This file should be writable only by root, and should be world-readable. | 964 | This file should be writable only by root, and should be world-readable. |
965 | .El | ||
957 | .Sh AUTHOR | 966 | .Sh AUTHOR |
958 | OpenSSH | 967 | OpenSSH |
959 | is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, | 968 | is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, |