summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-04-19 12:21:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-04-19 12:21:21 +1000
commitd9c88138f779e07209ddb0f6bccf6b78427be6ed (patch)
treec7d2349de23e620e800816f6b1ac466b034c710c /INSTALL
parent2f97b8b08857ab99edca506bc90ceefe65ff6566 (diff)
- (dtucker) [INSTALL] Reference README.privsep for the privilege separation
requirements. Pointed out by Bengt Svensson.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4fc3744f..314e5bdc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -91,6 +91,10 @@ make install
This will install the binaries in /opt/{bin,lib,sbin}, but will place the
configuration files in /etc/ssh.
+If you are using Privilege Separation (which is enabled by default)
+then you will also need to create the user, group and directory used by
+sshd for privilege separation. See README.privsep for details.
+
If you are using PAM, you may need to manually install a PAM control
file as "/etc/pam.d/sshd" (or wherever your system prefers to keep
them). Note that the service name used to start PAM is __progname,
@@ -221,4 +225,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.66 2005/01/18 01:05:18 dtucker Exp $
+$Id: INSTALL,v 1.67 2005/04/19 02:21:21 dtucker Exp $