LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   permission denied when ssh (https://www.linuxquestions.org/questions/linux-server-73/permission-denied-when-ssh-4175503578/)

cjashu 05-01-2014 08:57 AM

permission denied when ssh
 
Hi guys,

thanks for always being so helpful.

When I run ssh i.e

Code:

$ ssh dns1
I get this error:

cannot read from /dev/urandom, Permission denied

Any help with this will be truly appreciated.

Thanks Always

szboardstretcher 05-01-2014 09:15 AM

Are you trying to run ssh, or ssh-keygen?

If urandom isn't made yet, you can use MAKEDEV like this:

Code:

MAKEDEV urandom
or
/sbin/MAKEDEV urandom

This site actually seems to be talking about your issue:

http://dennishenry.net/tag/makedev/


All times are GMT -5. The time now is 06:47 AM.