[Bug 1149] Does not build on QNX
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Wed Feb 15 11:16:33 EST 2006
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=1149
------- Comment #17 from dtucker at zip.com.au  2006-02-15 11:16 -------
(In reply to comment #16)
> There is a program named random that can collect data from interrupts, /proc,
> and the high-performance clock.  Would it be possible to make sshd wait for
> enough entropy to be collected instead of exiting?
You could modify entropy.c, but having sshd potentially hang on startup is
probably not a good idea in general.  You could also have the startup script
wait (trivial program with RAND_status()/sleep(1) in a loop).
Most other platforms solve this kind of problem by saving the random seed on
shutdown and reseeding on startup.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list