1832787 Members
3115 Online
110045 Solutions
New Discussion

Re: trusted system

 
SOLVED
Go to solution
O'lnes
Regular Advisor

trusted system

After I change my system to trusted system, then user can 'rlogin' to this host even without set the .rhosts file , is it the problem of trusted system? Thanks.
Andy
4 REPLIES 4
Joaquin Gil de Vergara
Respected Contributor

Re: trusted system

no

look at $HOME/.rhosts files (by each user!) and /etc/hosts.equiv

Teach is the best way to learn
Avadhoot
Occasional Contributor

Re: trusted system

There is no relation betwwen .rhosts and host.equiv wiith Trusted mode system . just check $HOME.rhost file of that usr .
O'lnes
Regular Advisor

Re: trusted system

Another question is :

I edit the .rhosts but it is not work to use host IP address.

eg.
host_IP_Address edpuser < ----- not work
Hostname edpuser < ----- work


Andy
Joaquin Gil de Vergara
Respected Contributor
Solution

Re: trusted system

correct

you must use the HOSTNAME

both system must know each other by name!
Teach is the best way to learn