diff options
author | Colin Watson <cjwatson@debian.org> | 2010-03-31 11:34:21 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-03-31 11:34:21 +0100 |
commit | 21653cc01f15857ec36fc5ec24aecf1d39c2855f (patch) | |
tree | 37140a381e866f78560ed021bd32b58e7d285cb6 /sshd.8 | |
parent | 69456e98a770b7e946b416e5a41ec6288a31e22f (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 'sshd.8')
-rw-r--r-- | sshd.8 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -217,12 +217,9 @@ Ports specified using the | |||
217 | option override command-line ports. | 217 | option override command-line ports. |
218 | .It Fl q | 218 | .It Fl q |
219 | Quiet mode. | 219 | Quiet mode. |
220 | Only fatal errors are sent to the system log. | 220 | Nothing is sent to the system log. |
221 | Normally the beginning, | 221 | Normally the beginning, |
222 | authentication, and termination of each connection is logged. | 222 | authentication, and termination of each connection is logged. |
223 | If a second | ||
224 | .Fl q | ||
225 | is given then nothing is sent to the system log. | ||
226 | .It Fl T | 223 | .It Fl T |
227 | Extended test mode. | 224 | Extended test mode. |
228 | Check the validity of the configuration file, output the effective configuration | 225 | Check the validity of the configuration file, output the effective configuration |