RE: RSA problem with SSH ...

2000-07-21 Thread Reinier Bezuidenhout
Hi I had the same problem ... but in my case I did not have the RANDOMDEV compiled in ... so I loaded the kld and whala ... it worked ... Try loading the KLD .. also check that the lib's actually do include the RSA stuff (nm libname | grep RSA ) might help. Reinier On 21-Jul-00 The Hermit

Re: RSA problem with SSH ...

2000-07-21 Thread Alexander Langer
Thus spake The Hermit Hacker ([EMAIL PROTECTED]): Just upgraded to the newest -current, and now can't use SSH: ssh: no RSA support in libssl and libcrypto. See ssl(8). options RANDOMDEV into kernel, or load randomdev.ko That solved it for me (though you mentioned it). I'M USA_RESIDENT=NO,

Re: RSA problem with SSH ...

2000-07-21 Thread The Hermit Hacker
Great ... I added RANDOMDEV to the wrong kernel config file :( Thanks, fixed now ... On Fri, 21 Jul 2000, Alexander Langer wrote: Thus spake The Hermit Hacker ([EMAIL PROTECTED]): Just upgraded to the newest -current, and now can't use SSH: ssh: no RSA support in libssl and