The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #12 (permalink)  
Old 03-18-2008
invinzin21 invinzin21 is offline
Registered User
 

Join Date: Dec 2007
Location: Philippines, Cebu City
Posts: 67
Yoh,
in /.rhosts it should be root host1, and also to /etc/hosts.equiv.

it will make a difference

$hostname
hosts2
$ cat .rhosts
root host1
$cat /etc/hosts.equiv
root hosts1

#hostname
hosts1
#remsh hosts2 -l root uptime
09:53AM up 89 days, 1:04, 2 users, load average: 0.07, 0.09, 0.10

Thanks it will work dude
Reply With Quote