summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-30 09:43:41 +1000
committerDamien Miller <djm@mindrot.org>2000-04-30 09:43:41 +1000
commitc998f9eb7cfb3bfef8c78b0a47bdb6db29a871e8 (patch)
treece6455a077014bdc8f255ae12700b68faaf946ec /INSTALL
parentd294640f4fecc128451fa876a9191ed11c613174 (diff)
clarify requirement for egd
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 616b9a0ff..76b85d6d8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ You will need working installations of Zlib and OpenSSL.
6Zlib: 6Zlib:
7http://www.cdrom.com/pub/infozip/zlib/ 7http://www.cdrom.com/pub/infozip/zlib/
8 8
9OpenSSL: 9OpenSSL 0.9.5a or greater:
10http://www.openssl.org/ 10http://www.openssl.org/
11 11
12RPMs of OpenSSL are available in the support/ directory of the OpenSSH 12RPMs of OpenSSL are available in the support/ directory of the OpenSSH
@@ -30,9 +30,11 @@ passphrase requester. This is maintained separately at:
30http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html 30http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
31 31
32If you are planning to use OpenSSH on a Unix which lacks a Kernel random 32If you are planning to use OpenSSH on a Unix which lacks a Kernel random
33number generator (/dev/urandom), you will need to install the Entropy 33number generator (/dev/urandom), you may want to install the Entropy
34Gathering Daemon (or similar). You will also need to specify the 34Gathering Daemon (or similar). You will also need to specify the
35--with-egd-pool option to ./configure. 35--with-egd-pool option to ./configure. OpenSSH 2.0 includes some
36peliminary built-in randomness collection, but it is not as well
37tested as EGD.
36 38
37EGD: 39EGD:
38http://www.lothar.com/tech/crypto/ 40http://www.lothar.com/tech/crypto/
@@ -96,7 +98,7 @@ random numbers (the default is /dev/urandom). Unless you are absolutly
96sure of what you are doing, it is best to leave this alone. 98sure of what you are doing, it is best to leave this alone.
97 99
98--with-egd-pool=/some/file allows you to enable Entropy Gathering 100--with-egd-pool=/some/file allows you to enable Entropy Gathering
99Daemon support and to specify a EGD pool socket. You will need to 101Daemon support and to specify a EGD pool socket. You may want to
100use this if your Unix does not support the /dev/urandom device (or 102use this if your Unix does not support the /dev/urandom device (or
101similar). The file argument refers to the EGD pool file, not the 103similar). The file argument refers to the EGD pool file, not the
102EGD program itself. Please refer to the EGD documentation. 104EGD program itself. Please refer to the EGD documentation.