summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-02 09:23:45 +1000
committerDamien Miller <djm@mindrot.org>2000-05-02 09:23:45 +1000
commit6f83b8e34d3dc8227d7cf39989c5966abde2305e (patch)
treed5f01eb7883f7b87ab4d6479ae1c3714f3d0dca0 /sshd.8
parent63560f9bfc460329b966b17561313d5fa7328726 (diff)
- OpenBSD CVS update
[channels.c] - init all fds, close all fds. [sshconnect2.c] - check whether file exists before asking for passphrase [servconf.c servconf.h sshd.8 sshd.c] - PidFile, pr 1210 [channels.c] - EINTR [channels.c] - unbreak, ok niels@ [sshd.c] - unlink pid file, ok niels@ [auth2.c] - Add missing #ifdefs; ok - markus
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 7 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 9d8764a9c..85da7c4a1 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.19 2000/05/01 11:10:34 damien Exp $ 12.\" $Id: sshd.8,v 1.20 2000/05/01 23:23:46 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -415,6 +415,12 @@ option has been
415specified will be allowed regardless of the value of this setting 415specified will be allowed regardless of the value of this setting
416(which may be useful for taking remote backups even if root login is 416(which may be useful for taking remote backups even if root login is
417normally not allowed). 417normally not allowed).
418.It Cm PidFile
419Specifies the file that contains the process identifier of the
420.Nm
421daemon.
422The default is
423.Pa /var/run/sshd.pid .
418.It Cm Port 424.It Cm Port
419Specifies the port number that 425Specifies the port number that
420.Nm 426.Nm