summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-13 00:20:43 +0000
committerColin Watson <cjwatson@debian.org>2007-06-13 00:20:43 +0000
commit2b8fc49f1063b194eefdcc8df011a3c2ce79b7e6 (patch)
tree9982c382bc95638e07c8b9b5613d69a14e34353a /ssh_config.5
parent58c1210f4b0d85eec0f7df539643ac3c705862fc (diff)
* Document the SILENT loglevel in sftp-server(8), ssh_config(5), and
sshd_config(5).
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 4c46c62cb..412aed1e1 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -654,7 +654,7 @@ indicates that the port should be available from all interfaces.
654Gives the verbosity level that is used when logging messages from 654Gives the verbosity level that is used when logging messages from
655.Xr ssh 1 . 655.Xr ssh 1 .
656The possible values are: 656The possible values are:
657QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. 657SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
658The default is INFO. 658The default is INFO.
659DEBUG and DEBUG1 are equivalent. 659DEBUG and DEBUG1 are equivalent.
660DEBUG2 and DEBUG3 each specify higher levels of verbose output. 660DEBUG2 and DEBUG3 each specify higher levels of verbose output.