diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-12-28 22:37:49 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-12-28 22:37:49 +0000 |
commit | d85634f47f4a1cdba60c8144ec72f169373fb66d (patch) | |
tree | a9f15f1e2e88147b8eb2dae655593191e4ce8671 /usr.bin | |
parent | dd0b75272e00c335886f1eabd7c5fde6ad6272d1 (diff) |
document LogLevel DEBUG[123]; ok markus@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 7 | ||||
-rw-r--r-- | usr.bin/ssh/sshd.8 | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index ad3c96023de..740a29b5a6f 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.141 2001/11/08 17:49:53 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.142 2001/12/28 22:37:48 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -971,8 +971,9 @@ Only the superuser can forward privileged ports. Gives the verbosity level that is used when logging messages from .Nm ssh . The possible values are: -QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. -The default is INFO. +QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3. +The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2 +and DEBUG3 each specify higher levels of verbose output. .It Cm MACs Specifies the MAC (message authentication code) algorithms in order of preference. diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 64e2acd2e76..06d451ddfda 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.158 2001/12/27 18:22:53 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.159 2001/12/28 22:37:48 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -620,9 +620,10 @@ The default is 600 (seconds). Gives the verbosity level that is used when logging messages from .Nm sshd . The possible values are: -QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. -The default is INFO. -Logging with level DEBUG violates the privacy of users +QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3. +The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2 +and DEBUG3 each specify higher levels of debugging output. +Logging with a DEBUG level violates the privacy of users and is not recommended. .It Cm MACs Specifies the available MAC (message authentication code) algorithms. |