diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | INSTALL | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20050419 | ||
2 | - (dtucker) [INSTALL] Reference README.privsep for the privilege separation | ||
3 | requirements. Pointed out by Bengt Svensson. | ||
4 | |||
1 | 20050411 | 5 | 20050411 |
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 $ |
@@ -91,6 +91,10 @@ make install | |||
91 | This will install the binaries in /opt/{bin,lib,sbin}, but will place the | 91 | This will install the binaries in /opt/{bin,lib,sbin}, but will place the |
92 | configuration files in /etc/ssh. | 92 | configuration files in /etc/ssh. |
93 | 93 | ||
94 | If you are using Privilege Separation (which is enabled by default) | ||
95 | then you will also need to create the user, group and directory used by | ||
96 | sshd for privilege separation. See README.privsep for details. | ||
97 | |||
94 | If you are using PAM, you may need to manually install a PAM control | 98 | If you are using PAM, you may need to manually install a PAM control |
95 | file as "/etc/pam.d/sshd" (or wherever your system prefers to keep | 99 | file as "/etc/pam.d/sshd" (or wherever your system prefers to keep |
96 | them). Note that the service name used to start PAM is __progname, | 100 | 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 | |||
221 | http://www.openssh.com/ | 225 | http://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 $ |