summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-31 11:34:21 +0100
committerColin Watson <cjwatson@debian.org>2010-03-31 11:34:21 +0100
commit21653cc01f15857ec36fc5ec24aecf1d39c2855f (patch)
tree37140a381e866f78560ed021bd32b58e7d285cb6 /ssh_config.5
parent69456e98a770b7e946b416e5a41ec6288a31e22f (diff)
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.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.52
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0ce851aa8..91c0e1bb0 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -718,7 +718,7 @@ indicates that the port should be available from all interfaces.
718Gives the verbosity level that is used when logging messages from 718Gives the verbosity level that is used when logging messages from
719.Xr ssh 1 . 719.Xr ssh 1 .
720The possible values are: 720The possible values are:
721SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. 721QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
722The default is INFO. 722The default is INFO.
723DEBUG and DEBUG1 are equivalent. 723DEBUG and DEBUG1 are equivalent.
724DEBUG2 and DEBUG3 each specify higher levels of verbose output. 724DEBUG2 and DEBUG3 each specify higher levels of verbose output.