You might have received this error when restarting SSHD.
#/etc/rc.d/init.d/sshd restart
Stopping sshd: [ OK ]
Starting sshd:PRNG is not seeded
[FAILED]
Here is the fix.
cd /dev/
./MAKEDEV generic
Now try starting SSH. :)
You might have received this error when restarting SSHD.
#/etc/rc.d/init.d/sshd restart
Stopping sshd: [ OK ]
Starting sshd:PRNG is not seeded
[FAILED]
Here is the fix.
cd /dev/
./MAKEDEV generic
Now try starting SSH. :)
3 Responses to Starting sshd:PRNG is not seeded
jijin
April 5th, 2010 at 9:31 am
Thanks…
Scott
April 21st, 2010 at 11:35 am
Another thanks here.
sreenath
May 29th, 2011 at 2:12 am
thanks a lot!!! really it works..