mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [INSTALL] Reference README.privsep for the privilege separation
requirements. Pointed out by Bengt Svensson.
This commit is contained in:
parent
2f97b8b088
commit
d9c88138f7
|
@ -1,3 +1,7 @@
|
||||||
|
20050419
|
||||||
|
- (dtucker) [INSTALL] Reference README.privsep for the privilege separation
|
||||||
|
requirements. Pointed out by Bengt Svensson.
|
||||||
|
|
||||||
20050411
|
20050411
|
||||||
- (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
|
- (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
|
||||||
|
|
||||||
|
@ -2430,4 +2434,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3741 2005/04/12 02:00:18 tim Exp $
|
$Id: ChangeLog,v 1.3742 2005/04/19 02:21:21 dtucker Exp $
|
||||||
|
|
6
INSTALL
6
INSTALL
|
@ -91,6 +91,10 @@ make install
|
||||||
This will install the binaries in /opt/{bin,lib,sbin}, but will place the
|
This will install the binaries in /opt/{bin,lib,sbin}, but will place the
|
||||||
configuration files in /etc/ssh.
|
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
|
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
|
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,
|
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/
|
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 $
|
||||||
|
|
Loading…
Reference in New Issue