PRNG is not seeded
|
Original Message
|
Name: maik.brauer
Date: October 23, 2002 at 05:23:15 Pacific
Subject: PRNG is not seeded 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.
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Gene Brandt
Date: October 31, 2002 at 14:09:43 Pacific
Subject: PRNG is not seeded
|
Reply: (edit)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
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: Mohamed Iqbal
Date: November 1, 2002 at 22:38:04 Pacific
Subject: PRNG is not seeded
|
Reply: (edit)Try the following: 1.Install Random Number Generator Patch. 2. Create user sshd 3. Create Key pair. Thanks Iqbal
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: beno
Date: November 5, 2002 at 09:04:15 Pacific
Subject: PRNG is not seeded
|
Reply: (edit)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"
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: Janne K
Date: November 11, 2002 at 09:33:21 Pacific
Subject: PRNG is not seeded
|
Reply: (edit)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
Report Offensive Follow Up For Removal
|
|
Response Number 5
|
Name: Hendrik Holz
Date: November 13, 2002 at 05:01:44 Pacific
Subject: PRNG is not seeded
|
Reply: (edit)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
Report Offensive Follow Up For Removal
|
|
Response Number 6
|
Name: Ben
Date: November 26, 2002 at 18:57:44 Pacific
Subject: PRNG is not seeded |
Reply: (edit)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?
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: