ssh error PRNG is not seeded

2004-02-04 Thread Didier WIROTH
Hi,
I've chosen do want to login via ssh=NO (can't exactly remember but it was
a similar question) during setup of freebsd5.2, now, when I try to use scp
or ssh client I get the following error message:
PRNG is not seeded

How can I solve the problem?!

Many thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh error PRNG is not seeded

2004-02-04 Thread Kris Kennaway
On Wed, Feb 04, 2004 at 05:04:24PM +0100, Didier WIROTH wrote:
 Hi,
 I've chosen do want to login via ssh=NO (can't exactly remember but it was
 a similar question) during setup of freebsd5.2, now, when I try to use scp
 or ssh client I get the following error message:
 PRNG is not seeded
 
 How can I solve the problem?!

Have you built a custom kernel?  You may have removed support for the
(effectively mandatory) 'random' device; add it back or kldload the
module.

Kris


pgp0.pgp
Description: PGP signature


Re: ssh error PRNG is not seeded

2004-02-04 Thread Ion-Mihai Tetcu
On Wed, 4 Feb 2004 10:35:20 -0800
Kris Kennaway [EMAIL PROTECTED] wrote:

 On Wed, Feb 04, 2004 at 05:04:24PM +0100, Didier WIROTH wrote:
  Hi,
  I've chosen do want to login via ssh=NO (can't exactly remember but it was
  a similar question) during setup of freebsd5.2, now, when I try to use scp
  or ssh client I get the following error message:
  PRNG is not seeded
  
  How can I solve the problem?!
 
 Have you built a custom kernel?  You may have removed support for the
 (effectively mandatory) 'random' device; add it back or kldload the
 module.

Hm, I remember having this issue a few days ago and it magically
disappeared, if memory serves; if not I had a slightly (few deay)
kernel/world out of sync. But the kernel had random.

-- 
IOnut
Unregistered ;) FreeBSD user
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh error PRNG is not seeded

2004-02-04 Thread Didier Wiroth
Hi, thanks for answering.

I think, I've found the problem, 
I don't have a /dev/random device. 
I built a custom kernel and omitted device random, I've rebuilt the kernel with this 
device now, I will test this tomorrow and see it helps.

Thanks
Didier

 Messages d´origine 
De: Ion-Mihai Tetcu [EMAIL PROTECTED]
Date: mercredi, février 4, 2004 8:02 pm
Objet: Re: ssh error PRNG is not seeded

 On Wed, 4 Feb 2004 10:35:20 -0800
 Kris Kennaway [EMAIL PROTECTED] wrote:
 
  On Wed, Feb 04, 2004 at 05:04:24PM +0100, Didier WIROTH wrote:
   Hi,
   I've chosen do want to login via ssh=NO (can't exactly 
 remember but it was
   a similar question) during setup of freebsd5.2, now, when I try 
 to use scp
   or ssh client I get the following error message:
   PRNG is not seeded
   
   How can I solve the problem?!
  
  Have you built a custom kernel?  You may have removed support for 
 the (effectively mandatory) 'random' device; add it back or 
 kldload the
  module.
 
 Hm, I remember having this issue a few days ago and it magically
 disappeared, if memory serves; if not I had a slightly (few deay)
 kernel/world out of sync. But the kernel had random.
 
 -- 
 IOnut
 Unregistered ;) FreeBSD user
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]