The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: remsh
View Single Post in UNIX 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
Unix does a body good.
 

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...
__________________
My brain is your brain
Reply With Quote