=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd.8,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/ssh/sshd.8 1999/11/09 23:09:58 1.22 +++ src/usr.bin/ssh/sshd.8 1999/11/10 23:36:45 1.23 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.22 1999/11/09 23:09:58 markus Exp $ +.\" $Id: sshd.8,v 1.23 1999/11/10 23:36:45 markus Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -231,15 +231,6 @@ wildcards in the patterns. Only user names are valid, a numerical user id isn't recognized. By default login is allowed regardless of the user name. -.Pp -.It Cm FascistLogging -Specifies whether to use verbose logging. Verbose logging violates -the privacy of users and is not recommended. The argument must be -.Dq yes -or -.Dq no . -The default is -.Dq no . .It Cm HostKey Specifies the file containing the private host key (default .Pa /etc/ssh_host_key ) . @@ -312,6 +303,14 @@ The server disconnects after this time if the user has not successfully logged in. If the value is 0, there is no time limit. The default is 600 (seconds). +.It Cm LogLevel +Gives the verbosity level that is used when logging messages from +.Nm sshd . +The possible values are: +QUIET, FATAL, ERROR, INFO, CHAT and DEBUG. +The default is INFO. +Logging with level DEBUG violates the privacy of users +and is not recommended. .It Cm PasswordAuthentication Specifies whether password authentication is allowed. The default is @@ -355,11 +354,6 @@ .Pa /etc/profile , or equivalent.) The default is .Dq yes . -.It Cm QuietMode -Specifies whether the system runs in quiet mode. In quiet mode, -nothing is logged in the system log, except fatal errors. The default -is -.Dq no . .It Cm RandomSeed Obsolete. Random number generation uses other techniques. .It Cm RhostsAuthentication