Re: Openssh on Hurd



Russell Shaw wrote:
Hi,
When i do #ssh-keygen on debian Hurd, i get: PRNG is not seeded.

This usually happens when OpenSSH is built on a host that has a self-seeded PRNG (ie a working /dev/{u,}random or prngd) but is run on a host that doesn't.

You can tell OpenSSH to fall back to external entropy collection in that case by building with "./configure --with-rand-helper". The real solution is to fix your PRNG.

--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.



Relevant Pages

  • Re: client: interactive mode
    ... > OpenSSH 3.9p1 ... You can specify user and port in the ~/.ssh/config file but the host ... help much, though, the host and port will be visible in netstat anyway. ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: Multiple host signatures connecting in through NAT
    ... >OpenSSH and the commercial SSH. ... >there are different keys on the same host. ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • PRNG is not seeded
    ... I have got openssh 4.6p1 from sunfreeware.com and installed. ... PRNG is not seeded. ... Do you know what is the quickest fix for that? ... Enterprise Pkwy, Hampton, VA 23666 ...
    (SunManagers)
  • Creating /dev/urandom
    ... I'm running on AIX 5.1 and do not have a /dev/urandom stream, ... cause a "PRNG is not seeded" error when trying to run openssh. ...
    (comp.unix.aix)