mirror of git://anongit.mindrot.org/openssh.git
Doc and Doh! fixes
This commit is contained in:
parent
3b623d900e
commit
780b376a37
8
INSTALL
8
INSTALL
|
@ -15,12 +15,18 @@ supports it. PAM is standard on Redhat and Debian Linux and on Solaris.
|
|||
PAM:
|
||||
http://www.kernel.org/pub/linux/libs/pam/
|
||||
|
||||
If you wish to build the GNOME passphrase requestor, you will need the GNOME
|
||||
If you wish to build the GNOME passphrase requester, you will need the GNOME
|
||||
libraries and headers.
|
||||
|
||||
GNOME:
|
||||
http://www.gnome.org/
|
||||
|
||||
Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11
|
||||
passphrase requester. This is maintained seperatly at:
|
||||
|
||||
http://www.pobox.com/~jmknoble/jmk/
|
||||
|
||||
|
||||
If you are planning to use OpenSSH on a Unix which lacks a Kernel random
|
||||
number generator (/dev/urandom), you will need to install the Entropy
|
||||
Gathering Daemon (or similar). You will also need to specify the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#%PAM-1.0
|
||||
auth required /lib/security/pam_pwdb.so shadow nowdelay
|
||||
auth required /lib/security/pam_pwdb.so shadow nodelay
|
||||
auth required /lib/security/pam_nologin.so
|
||||
account required /lib/security/pam_pwdb.so
|
||||
password required /lib/security/pam_cracklib.so
|
||||
|
|
Loading…
Reference in New Issue