Re: Building OpenSSH 3.9p1 on Solaris 10
From: mikebo (google.20.m1k3b0_at_spamgourmet.com)
Date: 02/22/05
- Next message: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Previous message: Darren Tucker: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- In reply to: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Next in thread: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Reply: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Previous message: Darren Tucker: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- In reply to: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Next in thread: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Reply: Dave Uhring: "Re: Building OpenSSH 3.9p1 on Solaris 10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]