diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -17,6 +17,11 @@ OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system | |||
17 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and | 17 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and |
18 | HP-UX 11. | 18 | HP-UX 11. |
19 | 19 | ||
20 | NB. If you operating system supports /dev/random, you should configure | ||
21 | OpenSSL to use it. OpenSSH relies on OpenSSL's direct support of | ||
22 | /dev/random. If you don't you will have to rely on ssh-rand-helper, which | ||
23 | is inferior to a good kernel-based solution. | ||
24 | |||
20 | PAM: | 25 | PAM: |
21 | http://www.kernel.org/pub/linux/libs/pam/ | 26 | http://www.kernel.org/pub/linux/libs/pam/ |
22 | 27 | ||
@@ -218,4 +223,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
218 | http://www.openssh.com/ | 223 | http://www.openssh.com/ |
219 | 224 | ||
220 | 225 | ||
221 | $Id: INSTALL,v 1.51 2002/04/14 13:16:05 djm Exp $ | 226 | $Id: INSTALL,v 1.52 2002/04/17 02:23:02 djm Exp $ |