12
Jun

.rhosts files

   Posted by: Vivek Khokhar   in Linux

rhosts alleviates the need for a user to enter their password
You can locate all existing .rhosts files on your system with the following command:
[root@deep /]# find /home -name .rhosts

This entry was posted on Monday, June 12th, 2006 at 10:23 pm and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 comments so far

 1 

Better to disable rhosts authentication and use ssh keys, which are much more secure.

June 13th, 2006 at 1:35 am
 2 

Excellent link in this regard:

http://bastille-linux.org/jay/stupid-protocols.html

July 13th, 2006 at 6:49 pm

Leave a reply

You must be logged in to post a comment.