summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-15 22:16:54 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-15 22:27:51 +1100
commit6d4e980f3cf27f409489cf89cd46c21501b13731 (patch)
tree57bd17f310c8eae30d7084a77ddb8015d0f270ff /INSTALL
parent389125b25d1a1d7f22e907463b7e8eca74af79ea (diff)
OpenSSH's builtin entropy gathering is long gone.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index f00b276d0..2e781042a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -169,13 +169,11 @@ also be enabled in sshd_config (refer to the UsePAM directive).
169 169
170--with-prngd-socket=/some/file allows you to enable EGD or PRNGD 170--with-prngd-socket=/some/file allows you to enable EGD or PRNGD
171support and to specify a PRNGd socket. Use this if your Unix lacks 171support and to specify a PRNGd socket. Use this if your Unix lacks
172/dev/random and you don't want to use OpenSSH's builtin entropy 172/dev/random.
173collection support.
174 173
175--with-prngd-port=portnum allows you to enable EGD or PRNGD support 174--with-prngd-port=portnum allows you to enable EGD or PRNGD support
176and to specify a EGD localhost TCP port. Use this if your Unix lacks 175and to specify a EGD localhost TCP port. Use this if your Unix lacks
177/dev/random and you don't want to use OpenSSH's builtin entropy 176/dev/random.
178collection support.
179 177
180--with-lastlog=FILE will specify the location of the lastlog file. 178--with-lastlog=FILE will specify the location of the lastlog file.
181./configure searches a few locations for lastlog, but may not find 179./configure searches a few locations for lastlog, but may not find