Rimas wrote:
Canned reponse about using rsh:How to enable connection to Linux box via rsh?
"rsh isn't secure, you should use ssh instead."
If you still need rsh, here's how to do it:
1. Install the rsh-server RPM.
2. Add these lines to /etc/securetty
rexec
rlogin
rsh
3. If you want these services turned on everytime, run this commands as well:
/sbin/chkconfig --level 345 rsh on
/sbin/chkconfig --level 345 rexec on
/sbin/chkconfig --level 345 rlogin on
4. service xinetd restart
Tom
--
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list