From 21653cc01f15857ec36fc5ec24aecf1d39c2855f Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 31 Mar 2010 11:34:21 +0100 Subject: Drop most of our "LogLevel SILENT" (-qq) patch. This was originally introduced to match the behaviour of non-free SSH, in which -q does not suppress fatal errors, but matching the behaviour of OpenSSH upstream is much more important nowadays. We no longer document that -q does not suppress fatal errors (closes: #280609). Migrate "LogLevel SILENT" to "LogLevel QUIET" in sshd_config on upgrade. --- sshd_config.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd_config.5') diff --git a/sshd_config.5 b/sshd_config.5 index 39ef781ff..de447bce5 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -606,7 +606,7 @@ The default is 120 seconds. Gives the verbosity level that is used when logging messages from .Xr sshd 8 . The possible values are: -SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. +QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2 and DEBUG3 each specify higher levels of debugging output. -- cgit v1.2.3