summaryrefslogtreecommitdiff
path: root/ssh.1
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 /ssh.1
parent630d6f4479df4084ef05ce233c11e66c68a98a4f (diff)
- stevesk@cvs.openbsd.org 2001/12/28 22:37:48
[ssh.1 sshd.8] document LogLevel DEBUG[123]; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.17
1 files changed, 4 insertions, 3 deletions
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.