diff options
-rw-r--r-- | INSTALL | 8 | ||||
-rw-r--r-- | packages/redhat/sshd.pam | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -15,12 +15,18 @@ supports it. PAM is standard on Redhat and Debian Linux and on Solaris. | |||
15 | PAM: | 15 | PAM: |
16 | http://www.kernel.org/pub/linux/libs/pam/ | 16 | http://www.kernel.org/pub/linux/libs/pam/ |
17 | 17 | ||
18 | If you wish to build the GNOME passphrase requestor, you will need the GNOME | 18 | If you wish to build the GNOME passphrase requester, you will need the GNOME |
19 | libraries and headers. | 19 | libraries and headers. |
20 | 20 | ||
21 | GNOME: | 21 | GNOME: |
22 | http://www.gnome.org/ | 22 | http://www.gnome.org/ |
23 | 23 | ||
24 | Alternatly Jim Knoble <jmknoble@pobox.com> has written an excellent X11 | ||
25 | passphrase requester. This is maintained seperatly at: | ||
26 | |||
27 | http://www.pobox.com/~jmknoble/jmk/ | ||
28 | |||
29 | |||
24 | If you are planning to use OpenSSH on a Unix which lacks a Kernel random | 30 | If you are planning to use OpenSSH on a Unix which lacks a Kernel random |
25 | number generator (/dev/urandom), you will need to install the Entropy | 31 | number generator (/dev/urandom), you will need to install the Entropy |
26 | Gathering Daemon (or similar). You will also need to specify the | 32 | Gathering Daemon (or similar). You will also need to specify the |
diff --git a/packages/redhat/sshd.pam b/packages/redhat/sshd.pam index 6a2c02def..26dcb34d9 100644 --- a/packages/redhat/sshd.pam +++ b/packages/redhat/sshd.pam | |||
@@ -1,5 +1,5 @@ | |||
1 | #%PAM-1.0 | 1 | #%PAM-1.0 |
2 | auth required /lib/security/pam_pwdb.so shadow nowdelay | 2 | auth required /lib/security/pam_pwdb.so shadow nodelay |
3 | auth required /lib/security/pam_nologin.so | 3 | auth required /lib/security/pam_nologin.so |
4 | account required /lib/security/pam_pwdb.so | 4 | account required /lib/security/pam_pwdb.so |
5 | password required /lib/security/pam_cracklib.so | 5 | password required /lib/security/pam_cracklib.so |