summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 00:26:21 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 00:26:21 +1100
commit95def09838fc61b37b6ea7cd5c234a465b4b129b (patch)
tree042744f76f40a326b873cb1c3690a6d7d966bc3e /sshd.8
parent4d2f15f895f4c795afc008aeff3fd2ceffbc44f4 (diff)
- Merged very large OpenBSD source code reformat
- OpenBSD CVS updates - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c] [ssh.h sshd.8 sshd.c] syslog changes: * Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c] tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ - [sshd.8] -V, for fallback to openssh in SSH2 compatibility mode - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.812
1 files changed, 10 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index ac728f847..b02057bbb 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.8 1999/11/21 02:23:53 damien Exp $ 12.\" $Id: sshd.8,v 1.9 1999/11/24 13:26:23 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -26,6 +26,7 @@
26.Op Fl h Ar host_key_file 26.Op Fl h Ar host_key_file
27.Op Fl k Ar key_gen_time 27.Op Fl k Ar key_gen_time
28.Op Fl p Ar port 28.Op Fl p Ar port
29.Op Fl V Ar client_protocol_id
29.Sh DESCRIPTION 30.Sh DESCRIPTION
30.Nm 31.Nm
31(Secure Shell Daemon) is the daemon program for 32(Secure Shell Daemon) is the daemon program for
@@ -165,6 +166,13 @@ Quiet mode. Nothing is sent to the system log. Normally the beginning,
165authentication, and termination of each connection is logged. 166authentication, and termination of each connection is logged.
166.It Fl Q 167.It Fl Q
167Do not print an error message if RSA support is missing. 168Do not print an error message if RSA support is missing.
169.It Fl V Ar client_protocol_id
170SSH2 compatibility mode.
171When this options is specified
172.Nm
173assumes the client has sent the given version string
174and skips the
175Protocol Version Identification Exchange.
168.El 176.El
169.Sh CONFIGURATION FILE 177.Sh CONFIGURATION FILE
170.Nm 178.Nm
@@ -320,7 +328,7 @@ The default is 600 (seconds).
320Gives the verbosity level that is used when logging messages from 328Gives the verbosity level that is used when logging messages from
321.Nm sshd . 329.Nm sshd .
322The possible values are: 330The possible values are:
323QUIET, FATAL, ERROR, INFO, CHAT and DEBUG. 331QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
324The default is INFO. 332The default is INFO.
325Logging with level DEBUG violates the privacy of users 333Logging with level DEBUG violates the privacy of users
326and is not recommended. 334and is not recommended.