summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-25 10:51:46 +1100
committerDamien Miller <djm@mindrot.org>2001-01-25 10:51:46 +1100
commit0736c4df83628dcac567d94a73726771706f978e (patch)
tree70c201775f291e2a06eb4f482ff042fb39e9f988 /INSTALL
parent2a5c1cede026faec14b0903a0cdcc4e7ef554e32 (diff)
- (djm) Mention PRNGd in documentation, it is nicer than EGD
- (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 13 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index c1a7eb163..797b78355 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,10 +29,18 @@ passphrase requester. This is maintained separately at:
29 29
30http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html 30http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
31 31
32PRNGD:
33
34If your system lacks Kernel based random collection, the use of Lutz
35Jaenicke's PRNGd is recommended.
36
37http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
38
39EGD:
40
32The Entropy Gathering Daemon (EGD) is supported if you have a system which 41The Entropy Gathering Daemon (EGD) is supported if you have a system which
33lacks /dev/random and don't want to use OpenSSH's internal entropy collection. 42lacks /dev/random and don't want to use OpenSSH's internal entropy collection.
34 43
35EGD:
36http://www.lothar.com/tech/crypto/ 44http://www.lothar.com/tech/crypto/
37 45
38GNU Make: 46GNU Make:
@@ -110,10 +118,10 @@ headers, for this to work.
110random numbers (the default is /dev/urandom). Unless you are absolutely 118random numbers (the default is /dev/urandom). Unless you are absolutely
111sure of what you are doing, it is best to leave this alone. 119sure of what you are doing, it is best to leave this alone.
112 120
113--with-egd-pool=/some/file allows you to enable Entropy Gathering 121--with-egd-pool=/some/file allows you to enable EGD or PRNGD support
114Daemon support and to specify a EGD pool socket. Use this if your 122and to specify a EGD pool socket. Use this if your Unix lacks
115Unix lacks /dev/random and you don't want to use OpenSSH's builtin 123/dev/random and you don't want to use OpenSSH's builtin entropy
116entropy collection support. 124collection support.
117 125
118--with-lastlog=FILE will specify the location of the lastlog file. 126--with-lastlog=FILE will specify the location of the lastlog file.
119./configure searches a few locations for lastlog, but may not find 127./configure searches a few locations for lastlog, but may not find