diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 7 | ||||
-rw-r--r-- | sshd.8 | 9 |
3 files changed, 13 insertions, 8 deletions
@@ -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 | ||
80 | 20020121 | 83 | 20020121 |
@@ -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 $ |
@@ -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. | |||
971 | Gives the verbosity level that is used when logging messages from | 971 | Gives the verbosity level that is used when logging messages from |
972 | .Nm ssh . | 972 | .Nm ssh . |
973 | The possible values are: | 973 | The possible values are: |
974 | QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. | 974 | QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3. |
975 | The default is INFO. | 975 | The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2 |
976 | and DEBUG3 each specify higher levels of verbose output. | ||
976 | .It Cm MACs | 977 | .It Cm MACs |
977 | Specifies the MAC (message authentication code) algorithms | 978 | Specifies the MAC (message authentication code) algorithms |
978 | in order of preference. | 979 | in order of preference. |
@@ -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). | |||
620 | Gives the verbosity level that is used when logging messages from | 620 | Gives the verbosity level that is used when logging messages from |
621 | .Nm sshd . | 621 | .Nm sshd . |
622 | The possible values are: | 622 | The possible values are: |
623 | QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. | 623 | QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2 and DEBUG3. |
624 | The default is INFO. | 624 | The default is INFO. DEBUG and DEBUG1 are equivalent. DEBUG2 |
625 | Logging with level DEBUG violates the privacy of users | 625 | and DEBUG3 each specify higher levels of debugging output. |
626 | Logging with a DEBUG level violates the privacy of users | ||
626 | and is not recommended. | 627 | and is not recommended. |
627 | .It Cm MACs | 628 | .It Cm MACs |
628 | Specifies the available MAC (message authentication code) algorithms. | 629 | Specifies the available MAC (message authentication code) algorithms. |