summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-16 13:05:30 +1100
committerDamien Miller <djm@mindrot.org>1999-12-16 13:05:30 +1100
commitab8a4da00378965409a32b4be80ceb9474c0a0f6 (patch)
treebb532e8d80816e1ec8aaa5991ca03611c2ecf52d /INSTALL
parentceb483fac2d96f06b84eab8647dd4640df674b1b (diff)
Doc updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index de92edc42..967ce6d26 100644
--- a/INSTALL
+++ b/INSTALL
@@ -80,7 +80,8 @@ sure of what you are doing, it is best to leave this alone.
80--with-egd-pool=/some/file allows you to enable Entropy Gathering 80--with-egd-pool=/some/file allows you to enable Entropy Gathering
81Daemon support and to specify a EGD pool socket. You will need to 81Daemon support and to specify a EGD pool socket. You will need to
82use this if your Unix does not support the /dev/urandom device (or 82use this if your Unix does not support the /dev/urandom device (or
83similar). 83similar). The file argument refers to the EGD pool file, not the
84EGD program itself. Please refer to the EGD documentation.
84 85
85--with-kerberos4 will enable Kerberos IV support. You will need to 86--with-kerberos4 will enable Kerberos IV support. You will need to
86have the Kerberos libraries and header files installed for this to 87have the Kerberos libraries and header files installed for this to
@@ -117,6 +118,9 @@ Replacing /etc/ssh with the correct path to the configuration directory.
117(${prefix}/etc or whatever you specified with --sysconfdir during 118(${prefix}/etc or whatever you specified with --sysconfdir during
118configuration) 119configuration)
119 120
121If you have configured OpenSSH with EGD support, ensure that EGD is
122running and has collected some Entropy.
123
120For more information on configuration, please refer to the manual pages 124For more information on configuration, please refer to the manual pages
121for sshd, ssh and ssh-agent. 125for sshd, ssh and ssh-agent.
122 126