summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-11 17:57:39 +1100
committerDamien Miller <djm@mindrot.org>1999-11-11 17:57:39 +1100
commit5ce662a9202240a2f5fa6a9334d58186bdaba50c (patch)
tree9fe37122fa27f070abc3c9c28531877d43673b7f /sshd.8
parentab5e0d0c27e00dca463c67395c2b5941e778836e (diff)
- Merged more OpenBSD CVS changes:
- [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup - [clientloop.c log-client.c log-server.c ] [readconf.c readconf.h servconf.c servconf.h ] [ssh.1 ssh.c ssh.h sshd.8] add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, obsoletes QuietMode and FascistLogging in sshd.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.828
1 files changed, 11 insertions, 17 deletions
diff --git a/sshd.8 b/sshd.8
index fd1f7f02b..20e9712a5 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.5 1999/11/11 00:43:13 damien Exp $ 12.\" $Id: sshd.8,v 1.6 1999/11/11 06:57:40 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -231,15 +231,6 @@ can be used as
231wildcards in the patterns. Only user names are valid, a numerical user 231wildcards in the patterns. Only user names are valid, a numerical user
232id isn't recognized. By default login is allowed regardless of 232id isn't recognized. By default login is allowed regardless of
233the user name. 233the user name.
234.Pp
235.It Cm FascistLogging
236Specifies whether to use verbose logging. Verbose logging violates
237the privacy of users and is not recommended. The argument must be
238.Dq yes
239or
240.Dq no .
241The default is
242.Dq no .
243.It Cm HostKey 234.It Cm HostKey
244Specifies the file containing the private host key (default 235Specifies the file containing the private host key (default
245.Pa /etc/ssh/ssh_host_key ) . 236.Pa /etc/ssh/ssh_host_key ) .
@@ -312,6 +303,14 @@ The default is to listen to all local addresses.
312The server disconnects after this time if the user has not 303The server disconnects after this time if the user has not
313successfully logged in. If the value is 0, there is no time limit. 304successfully logged in. If the value is 0, there is no time limit.
314The default is 600 (seconds). 305The default is 600 (seconds).
306.It Cm LogLevel
307Gives the verbosity level that is used when logging messages from
308.Nm sshd .
309The possible values are:
310QUIET, FATAL, ERROR, INFO, CHAT and DEBUG.
311The default is INFO.
312Logging with level DEBUG violates the privacy of users
313and is not recommended.
315.It Cm PasswordAuthentication 314.It Cm PasswordAuthentication
316Specifies whether password authentication is allowed. 315Specifies whether password authentication is allowed.
317The default is 316The default is
@@ -355,11 +354,6 @@ printed by the shell,
355.Pa /etc/profile , 354.Pa /etc/profile ,
356or equivalent.) The default is 355or equivalent.) The default is
357.Dq yes . 356.Dq yes .
358.It Cm QuietMode
359Specifies whether the system runs in quiet mode. In quiet mode,
360nothing is logged in the system log, except fatal errors. The default
361is
362.Dq no .
363.It Cm RandomSeed 357.It Cm RandomSeed
364Obsolete. Random number generation uses other techniques. 358Obsolete. Random number generation uses other techniques.
365.It Cm RhostsAuthentication 359.It Cm RhostsAuthentication
@@ -622,8 +616,8 @@ This file must be readable by root (which may on some machines imply
622it being world-readable if the user's home directory resides on an NFS 616it being world-readable if the user's home directory resides on an NFS
623volume). It is recommended that it not be accessible by others. The 617volume). It is recommended that it not be accessible by others. The
624format of this file is described above. 618format of this file is described above.
625.It Pa "/etc/ssh/ssh_known_hosts" and "$HOME/.ssh/known_hosts" 619.It Pa "/etc/ssh_known_hosts" and "$HOME/.ssh/known_hosts"
626This file is consulted when using rhosts with RSA host 620These files are consulted when using rhosts with RSA host
627authentication to check the public key of the host. The key must be 621authentication to check the public key of the host. The key must be
628listed in one of these files to be accepted. 622listed in one of these files to be accepted.
629The client uses the same files 623The client uses the same files