summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-23 00:32:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-23 00:32:57 +0000
commit624e3f2065690308adfeb8eaa88b3ee943f9eaad (patch)
treec2ff4280db968cb782e17782e7350213791b37ac
parentc001cd35778d2e64b5464846f648b5a1c04c2947 (diff)
- stevesk@cvs.openbsd.org 2002/06/22 16:32:54
[sshd.8] add /var/empty in FILES section
-rw-r--r--ChangeLog5
-rw-r--r--sshd.89
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d571025b7..ec7a5e0aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
12 - naddy@cvs.openbsd.org 2002/06/22 11:51:39 12 - naddy@cvs.openbsd.org 2002/06/22 11:51:39
13 [ssh.1] 13 [ssh.1]
14 typo 14 typo
15 - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
16 [sshd.8]
17 add /var/empty in FILES section
15 18
1620020622 1920020622
17 - (djm) Update README.privsep; spotted by fries@ 20 - (djm) Update README.privsep; spotted by fries@
@@ -1021,4 +1024,4 @@
1021 - (stevesk) entropy.c: typo in debug message 1024 - (stevesk) entropy.c: typo in debug message
1022 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1025 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1023 1026
1024$Id: ChangeLog,v 1.2247 2002/06/23 00:32:11 mouring Exp $ 1027$Id: ChangeLog,v 1.2248 2002/06/23 00:32:57 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 22f81432a..37adfae04 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.184 2002/06/20 19:56:07 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.185 2002/06/22 16:32:54 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -578,6 +578,13 @@ These files are created using
578.Xr ssh-keygen 1 . 578.Xr ssh-keygen 1 .
579.It Pa /etc/moduli 579.It Pa /etc/moduli
580Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 580Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
581.It Pa /var/empty
582.Xr chroot 2
583directory used by
584.Nm
585during privilege separation in the pre-authentication phase.
586The directory should not contain any files and must be owned by root
587and not group or world-writable.
581.It Pa /var/run/sshd.pid 588.It Pa /var/run/sshd.pid
582Contains the process ID of the 589Contains the process ID of the
583.Nm 590.Nm