summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--sftp-server.82
-rw-r--r--ssh_config.52
-rw-r--r--sshd_config.52
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.
64Specifies which messages will be logged by 64Specifies which messages will be logged by
65.Nm . 65.Nm .
66The possible values are: 66The possible values are:
67QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. 67SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
68INFO and VERBOSE log transactions that 68INFO and VERBOSE log transactions that
69.Nm 69.Nm
70performs on behalf of the client. 70performs 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.
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.
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.
501Gives the verbosity level that is used when logging messages from 501Gives the verbosity level that is used when logging messages from
502.Xr sshd 8 . 502.Xr sshd 8 .
503The possible values are: 503The possible values are:
504QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3. 504SILENT, QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
505The default is INFO. 505The default is INFO.
506DEBUG and DEBUG1 are equivalent. 506DEBUG and DEBUG1 are equivalent.
507DEBUG2 and DEBUG3 each specify higher levels of debugging output. 507DEBUG2 and DEBUG3 each specify higher levels of debugging output.