Consider two hosts.host1.domain.comhost2.domain.com
>From hosts (user:deepak), you wish to logon tohost1 (user:paul).
Paul would create a .rhostsfile in his directory
chmod 744 .rhosts
(No write permission forothers)
The first line would contain
host1.domain.com deepak
Now, deepak should be able to logon to host2.domain.comas user paul by using rlogin.
Deepak will type
e.g.
rlogin hosts.domain.com -l paul
And he should be in.
No comments:
Post a Comment