Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rlogin doesn't work for root on SCO Openserver 5.0.7

Status
Not open for further replies.

rramirezv

Technical User
Joined
Nov 18, 2002
Messages
18
Location
CL
I have installed SCO Openserver 5.0.7 and when I try to rlogin from another server that is define in /.rhosts of this server,the system always prompt for password. This appends when I try to rlogin as root but not with another user.


Regards
 
Try to add the user 'root' in your .rhosts files like this:
Code:
HostName root

Hope This Help
PH.
 
The hostname root is already include in .rhosts in HOME directory, tathat is /. Any other idea


Thanks
 
And what about the hosts.equiv file ?

Hope This Help
PH.
 
I copy the hosts file to host.equiv. Is that right ? or how do you have to write it in this file.

Regards
 
man hosts.equiv

Hope This Help
PH.
 
OK problem is solved. The trouble was that in the server where rlogin didn't work the permissions of .rhosts file were 644 insted of 600 that is required.


Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top