]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/06/22 16:32:54
authormouring <mouring>
Sun, 23 Jun 2002 00:32:57 +0000 (00:32 +0000)
committermouring <mouring>
Sun, 23 Jun 2002 00:32:57 +0000 (00:32 +0000)
     [sshd.8]
     add /var/empty in FILES section

ChangeLog
sshd.8

index 1c8b75d0e94578e436e2c5643372171b84ea9d9a..1debba342e4db2a288338281ac313a6f6933ed21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
      [ssh.1]
      typo
+   - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
+     [sshd.8]
+     add /var/empty in FILES section
 
 20020622
  - (djm) Update README.privsep; spotted by fries@
diff --git a/sshd.8 b/sshd.8
index 22f81432a37b97b076fde69e6f7d494a05488f21..37adfae044260e16566300dcf2234ab23fd1d28f 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.184 2002/06/20 19:56:07 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.185 2002/06/22 16:32:54 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -578,6 +578,13 @@ These files are created using
 .Xr ssh-keygen 1 .
 .It Pa /etc/moduli
 Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
+.It Pa /var/empty
+.Xr chroot 2
+directory used by
+.Nm
+during privilege separation in the pre-authentication phase.
+The directory should not contain any files and must be owned by root
+and not group or world-writable.
 .It Pa /var/run/sshd.pid
 Contains the process ID of the
 .Nm
This page took 0.12357 seconds and 5 git commands to generate.