summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49c841bb3..ee5b59bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120050419
2 - (dtucker) [INSTALL] Reference README.privsep for the privilege separation
3 requirements. Pointed out by Bengt Svensson.
4
120050411 520050411
2 - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME 6 - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
3 7
@@ -2430,4 +2434,4 @@
2430 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2434 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2431 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2435 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2432 2436
2433$Id: ChangeLog,v 1.3741 2005/04/12 02:00:18 tim Exp $ 2437$Id: ChangeLog,v 1.3742 2005/04/19 02:21:21 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 4fc3744f3..314e5bdc8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -91,6 +91,10 @@ make install
91This will install the binaries in /opt/{bin,lib,sbin}, but will place the 91This will install the binaries in /opt/{bin,lib,sbin}, but will place the
92configuration files in /etc/ssh. 92configuration files in /etc/ssh.
93 93
94If you are using Privilege Separation (which is enabled by default)
95then you will also need to create the user, group and directory used by
96sshd for privilege separation. See README.privsep for details.
97
94If you are using PAM, you may need to manually install a PAM control 98If you are using PAM, you may need to manually install a PAM control
95file as "/etc/pam.d/sshd" (or wherever your system prefers to keep 99file as "/etc/pam.d/sshd" (or wherever your system prefers to keep
96them). Note that the service name used to start PAM is __progname, 100them). 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
221http://www.openssh.com/ 225http://www.openssh.com/
222 226
223 227
224$Id: INSTALL,v 1.66 2005/01/18 01:05:18 dtucker Exp $ 228$Id: INSTALL,v 1.67 2005/04/19 02:21:21 dtucker Exp $