I have been asked to enable rsh access for one of my RedHat5.3 servers, I have followed some of the guides I found on the interweb for this and it does not work:-(
Can someone point me in the right direction or to a guide that works?
Firstly (and you've probably covered this already), there are very few applications where ssh isn't better than rsh - do they have a very good reason for enabling it?
Secondly, there are two flavours of rsh, one using Kerberos authentication (part of the krb5-workstation RPM package) and the plain old version (the rsh RPM). Which one do you need?
Enabling the plain old version should be as simple as enabling it in /etc/xinetd.d/rsh and pkill -HUP inetd (alternatively chkconfig rsh on may do the work for you).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.