summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:17:51 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:17:51 +1100
commitdc9e067614947f2f2b0866cb1bc75e6ac620fb7f (patch)
treeead0b2234ff3e1eec72c800556b3952447d0f902
parent630d6f4479df4084ef05ce233c11e66c68a98a4f (diff)
- stevesk@cvs.openbsd.org 2001/12/28 22:37:48
[ssh.1 sshd.8] document LogLevel DEBUG[123]; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--ssh.17
-rw-r--r--sshd.89
3 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ee310fc80..b06f07eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -75,6 +75,9 @@
75 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c] 75 [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
76 [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c] 76 [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
77 remove plen from the dispatch fn. it's no longer used. 77 remove plen from the dispatch fn. it's no longer used.
78 - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
79 [ssh.1 sshd.8]
80 document LogLevel DEBUG[123]; ok markus@
78 81
79 82
8020020121 8320020121
@@ -7223,4 +7226,4 @@
7223 - Wrote replacements for strlcpy and mkdtemp 7226 - Wrote replacements for strlcpy and mkdtemp
7224 - Released 1.0pre1 7227 - Released 1.0pre1
7225 7228
7226$Id: ChangeLog,v 1.1744 2002/01/22 12:17:30 djm Exp $ 7229$Id: ChangeLog,v 1.1745 2002/01/22 12:17:51 djm Exp $
diff --git a/ssh.1 b/ssh.1
index ad3c96023..740a29b5a 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.141 2001/11/08 17:49:53 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.142 2001/12/28 22:37:48 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -971,8 +971,9 @@ Only the superuser can forward privileged ports.
971Gives the verbosity level that is used when logging messages from 971Gives the verbosity level that is used when logging messages from
972.Nm ssh . 972.Nm ssh .
973The possible values are: 973The possible values are:
974QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. 974QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3.
975The default is INFO. 975The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2
976and DEBUG3 each specify higher levels of verbose output.
976.It Cm MACs 977.It Cm MACs
977Specifies the MAC (message authentication code) algorithms 978Specifies the MAC (message authentication code) algorithms
978in order of preference. 979in order of preference.
diff --git a/sshd.8 b/sshd.8
index 03f879bb6..d6b924771 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.158 2001/12/27 18:22:53 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.159 2001/12/28 22:37:48 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -620,9 +620,10 @@ The default is 600 (seconds).
620Gives the verbosity level that is used when logging messages from 620Gives the verbosity level that is used when logging messages from
621.Nm sshd . 621.Nm sshd .
622The possible values are: 622The possible values are:
623QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. 623QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3.
624The default is INFO. 624The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2
625Logging with level DEBUG violates the privacy of users 625and DEBUG3 each specify higher levels of debugging output.
626Logging with a DEBUG level violates the privacy of users
626and is not recommended. 627and is not recommended.
627.It Cm MACs 628.It Cm MACs
628Specifies the available MAC (message authentication code) algorithms. 629Specifies the available MAC (message authentication code) algorithms.