Re: ssh: no RSA support in libssl and libcrypto. See ssl(8).

2001-03-30 Thread Thomas Moestl

On Fri, Mar 30, 2001 at 06:36:51PM -0400, The Hermit Hacker wrote:
 
 how does one fix this? *puzzled look*  there is no ssl(8) that I can seem
 to find to See, and nothing apparent in the UPGRADING file ... system
 uptodate as of last night, and mergemaster just finished completing ...
 
 ssh: no RSA support in libssl and libcrypto.  See ssl(8).
 Disabling protocol version 1
 DH_generate_key

Do you have
device random
in your kernel configuration? Absence of a working random device
triggers this bug. The need for this is also documented in UPDATING.

- thomas



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: ssh: no RSA support in libssl and libcrypto. See ssl(8).

2001-03-30 Thread George Reid

On Sat, 31 Mar 2001, Thomas Moestl wrote:

 Do you have
 device random
 in your kernel configuration? Absence of a working random device
 triggers this bug. The need for this is also documented in UPDATING.

Also, /dev/urandom is now a symlink to /dev/random. A quick "cd /dev; rm
urandom; ln -s random urandom" fixed this problem for me.

G


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message