The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: remsh
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-21-2004
Kelam_Magnus's Avatar
Kelam_Magnus Kelam_Magnus is offline Forum Advisor  
Registered User
  
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
For .rhosts to work, you must have user equivalency on both boxes... for that to happen, you must have the same user ID on both systems.

the .rhosts must be in the ~home for that user on both boxes and have the name of the other host/user in it.

#<hostname> <username>


As a security measure, it is good to disable this when not needed, especially if you use .rhosts as root across several boxes... As you may know, if you have .rhosts to many boxes, compromising root on one box would give root equivalency on every box listed in its .rhosts file. And that would be very bad...