Computing.Net > Forums > Solaris > PRNG is not seeded

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

PRNG is not seeded

Reply to Message Icon

Name: maik.brauer
Date: October 23, 2002 at 05:23:15 Pacific
OS: SUN SOLARIS 8
CPU/Ram: SPARC
Comment:

I have some problems with the install of the ssh protocol. I have installed all the packages what I need for that. But when I start the SSH or the Daemon SSHD then I get always the Message "PRNG is not seeded" After that I have download the PRNGD Package too. But I don't know exactly what I have to to that the PRNGD is running perfectly and so I can start the SSH or the SSH-KEYGEN and so on. Who can help me, or better can give me a little instruction what is to do.
Thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: Gene Brandt
Date: October 31, 2002 at 14:09:43 Pacific
Reply:

I am also trying to set this up and running into the same problem. I have prng running but sshd still give the same "PRNG is not seeded" message. Did you get this resolved?

Thanks,
Gene


0

Response Number 2
Name: Mohamed Iqbal
Date: November 1, 2002 at 22:38:04 Pacific
Reply:

Try the following:

1.Install Random Number Generator Patch.
2. Create user sshd
3. Create Key pair.

Thanks

Iqbal


0

Response Number 3
Name: beno
Date: November 5, 2002 at 09:04:15 Pacific
Reply:

I followed the steps listed in the last post, but, I still
am running into the same problem.
I am trying to
generate the keys for ssh but all i get is "PRNG is
not seeded"


0

Response Number 4
Name: Janne K
Date: November 11, 2002 at 09:33:21 Pacific
Reply:

Your problem seems to be created by the patch itself! The Solaris patch 112438-01 should create the /dev/random and /dev/urandom files to be used by the prngd program, but it WON'T create the symbolic links under /dev directory - not even - though the physical devices:
/devices/pseudo/random@0:random
and
/devices/pseudo/random@0:urandom
are being created.

Problem resolution: run the next two commands
1. ln -s /devices/pseudo/random@0:random /dev/random
2. ln -s /devices/pseudo/random@0:urandom /dev/urandom

...and there you go without any problems. Just create your key pairs and run ssh or sshd freely...

You might want to try to install patch 112438-01 from the shell script, which makes rebooting your computer unnecessary after the physical devices being created. Try the following link: http://halplant.com:88/software/Solaris/scripts/setup_random


0

Response Number 5
Name: Hendrik Holz
Date: November 13, 2002 at 05:01:44 Pacific
Reply:

Hallo Maik,

you have to change the permissions for /devices/pseudo/random@0:urandom and /devices/pseudo/random@0:random
, e.g. chmod 644 ...

Best regards

Hendrik


0

Related Posts

See More



Response Number 6
Name: Ben
Date: November 26, 2002 at 18:57:44 Pacific
Reply:

I'm having this same issue. I've tried creating these sym links, but there is no file called /devices/pseudo/random@0:urandom on my system!

This worked perfectly on Solaris 7, why not on 8?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Daylight Saving Settings ... Disk Quota (NO users quot...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: PRNG is not seeded

ssh-keygen... PRNG is not seeded??? www.computing.net/answers/solaris/sshkeygen-prng-is-not-seeded/2335.html

PRNG is not seeded www.computing.net/answers/solaris/prng-is-not-seeded/3441.html

PRNG is not seeded www.computing.net/answers/solaris/prng-is-not-seeded/4991.html