Re: Building OpenSSH 3.9p1 on Solaris 10

From: mikebo (google.20.m1k3b0_at_spamgourmet.com)
Date: 02/22/05


Date: 21 Feb 2005 21:31:44 -0800

I tried adding DEVRANDOM=/dev/urandom to the openssl Makefile, but
things are still not working...

# ./ssh-keygen -t rsa -f /usr/local/etc/ssh_host_rsa_key -N ""
PRNG is not seeded

# /usr/local/sbin/sshd
PRNG is not seeded

I know OpenSSL is using /dev/urandom. Here's output from truss:
open("/dev/urandom", O_RDONLY|O_NONBLOCK|O_NOCTTY) = 5
pollsys(0xFFBFD180, 1, 0xFFBFD218, 0x00000000) = 1
read(5, "11C4 - ZA9 Y HF685FC1C11".., 32) = 32
close(5) = 0

I'm not sure what to do next...
Any suggestions?
Regards,
-mikebo