Ano-Tech Computers
Enter keyword:

Setting up rsh/rlogin on RedHat Linux
Problem:
Configuring rsh and rlogin can be a real pain because of strict security and confusing error messages.
 
Solution:
1, Install the rsh-server RPM package
2. Add 'rsh' and 'rlogin' to /etc/securetty
3. Add all IPs to /root/.rhosts, and chmod 600 /root/.rhosts
4. Set "disable = no" in /etc/xinetd.d/{rsh,rlogin}
5. chkconfig xinetd on ; /etc/init.d/xinetd restart


 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles