| Summary: | --with-prngd-socket=/path/to/file seems broken | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Duncan Ferguson <duncan.ferguson> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | UltraSPARC | ||
| OS: | Solaris | ||
|
Description
Duncan Ferguson
2003-09-30 02:19:06 AEST
I think your OpenSSL has found the prngd socket and considers itself to be "self-seeded". This would cause OpenSSH's random helper (which is what uses the prngd socket) to not be built at all. When you configure OpenSSH, what do the "Random number source:" and "ssh-rand-helper collects from" lines on the summary display say? I suspect you just need to add "--with-rand-helper" to your configure command to build the random helper despite what OpenSSL claims. Please reopen if configuring --with-rand-helper doesn't solve it. Mass change of RESOLVED bugs to CLOSED |