From def7a72234d7e4f684d72d33a0f7229f9eee0aa4 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 9 Jul 2021 14:34:06 +1000 Subject: [PATCH] Update comments about EGD to include prngd. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index d97946fe0..dddd912c5 100644 --- a/INSTALL +++ b/INSTALL @@ -261,8 +261,8 @@ Replacing /etc/ssh with the correct path to the configuration directory. (${prefix}/etc or whatever you specified with --sysconfdir during configuration). -If you have configured OpenSSH with EGD support, ensure that EGD is -running and has collected some Entropy. +If you have configured OpenSSH with EGD/prngd support, ensure that EGD or +prngd is running and has collected some entropy first. For more information on configuration, please refer to the manual pages for sshd, ssh and ssh-agent.