summaryrefslogtreecommitdiff
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
parentd294640f4fecc128451fa876a9191ed11c613174 (diff)
clarify requirement for egd
-rw-r--r--INSTALL10
-rw-r--r--README2
2 files changed, 6 insertions, 6 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.
diff --git a/README b/README
index 450d81c5c..eaacfc542 100644
--- a/README
+++ b/README
@@ -35,8 +35,6 @@ all logins, not just when using password authentication.
35OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and 35OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and
36Dante[6]. To build the GNOME[5] pass-phrase requester 36Dante[6]. To build the GNOME[5] pass-phrase requester
37(--with-gnome-askpass), you will need the GNOME libraries installed. 37(--with-gnome-askpass), you will need the GNOME libraries installed.
38If you are building OpenSSH on a Unix which lacks a kernel random
39number pool (/dev/random), you will need to install EGD[1].
40 38
41There is now several mailing lists for this port of OpenSSH. Please 39There is now several mailing lists for this port of OpenSSH. Please
42refer to http://violet.ibs.com.au/openssh/list.html for details on how 40refer to http://violet.ibs.com.au/openssh/list.html for details on how