diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-13 00:20:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-13 00:20:43 +0000 |
commit | 2b8fc49f1063b194eefdcc8df011a3c2ce79b7e6 (patch) | |
tree | 9982c382bc95638e07c8b9b5613d69a14e34353a | |
parent | 58c1210f4b0d85eec0f7df539643ac3c705862fc (diff) |
* Document the SILENT loglevel in sftp-server(8), ssh_config(5), and
sshd_config(5).
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | sftp-server.8 | 2 | ||||
-rw-r--r-- | ssh_config.5 | 2 | ||||
-rw-r--r-- | sshd_config.5 | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3a1659e9f..677d4d7da 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -7,6 +7,8 @@ openssh (1:4.6p1-2) UNRELEASED; urgency=low | |||
7 | messages at loglevel SILENT (thanks, Jaap Eldering; closes: #409788). | 7 | messages at loglevel SILENT (thanks, Jaap Eldering; closes: #409788). |
8 | * Suppress "Pseudo-terminal will not be allocated because stdin is not a | 8 | * Suppress "Pseudo-terminal will not be allocated because stdin is not a |
9 | terminal" message at loglevels QUIET and SILENT (closes: #366814). | 9 | terminal" message at loglevels QUIET and SILENT (closes: #366814). |
10 | * Document the SILENT loglevel in sftp-server(8), ssh_config(5), and | ||
11 | sshd_config(5). | ||
10 | 12 | ||
11 | -- Colin Watson <cjwatson@debian.org> Wed, 13 Jun 2007 00:56:45 +0100 | 13 | -- Colin Watson <cjwatson@debian.org> Wed, 13 Jun 2007 00:56:45 +0100 |
12 | 14 | ||
diff --git a/sftp-server.8 b/sftp-server.8 index 199c4f30e..195507e39 100644 --- a/sftp-server.8 +++ b/sftp-server.8 | |||
@@ -64,7 +64,7 @@ The default is AUTH. | |||
64 | Specifies which messages will be logged by | 64 | Specifies which messages will be logged by |
65 | .Nm . | 65 | .Nm . |
66 | The possible values are: | 66 | The possible values are: |
67 | QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. | 67 | SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. |
68 | INFO and VERBOSE log transactions that | 68 | INFO and VERBOSE log transactions that |
69 | .Nm | 69 | .Nm |
70 | performs on behalf of the client. | 70 | performs on behalf of the client. |
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. | |||
654 | Gives the verbosity level that is used when logging messages from | 654 | Gives the verbosity level that is used when logging messages from |
655 | .Xr ssh 1 . | 655 | .Xr ssh 1 . |
656 | The possible values are: | 656 | The possible values are: |
657 | QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. | 657 | SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. |
658 | The default is INFO. | 658 | The default is INFO. |
659 | DEBUG and DEBUG1 are equivalent. | 659 | DEBUG and DEBUG1 are equivalent. |
660 | DEBUG2 and DEBUG3 each specify higher levels of verbose output. | 660 | DEBUG2 and DEBUG3 each specify higher levels of verbose output. |
diff --git a/sshd_config.5 b/sshd_config.5 index c75e0bf55..b66cabbba 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -501,7 +501,7 @@ The default is 120 seconds. | |||
501 | Gives the verbosity level that is used when logging messages from | 501 | Gives the verbosity level that is used when logging messages from |
502 | .Xr sshd 8 . | 502 | .Xr sshd 8 . |
503 | The possible values are: | 503 | The possible values are: |
504 | QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. | 504 | SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. |
505 | The default is INFO. | 505 | The default is INFO. |
506 | DEBUG and DEBUG1 are equivalent. | 506 | DEBUG and DEBUG1 are equivalent. |
507 | DEBUG2 and DEBUG3 each specify higher levels of debugging output. | 507 | DEBUG2 and DEBUG3 each specify higher levels of debugging output. |