Scott Taylor wrote:
On Thu, February 2, 2006 09:35, James Pearson wrote:
Scott Taylor wrote:
Finally something sane. ;)
If you don't use the Kerberos stuff, then remove it ... it's probably the krb5-workstation package - i.e.
rpm -e krb5-workstation
OK. That did it. Thanks.
I don't know about rexec, but for rlogin and rsh:
Edit /etc/pam.d/rsh and change the line:
Those files are missing in this install. :(
Make sure 'rsh' and 'rlogin' are listed in /etc/securetty
Yes. Thanks.
/etc/pam.d/rsh and /etc/pam.d/rlogin are part of the rsh-server package i.e. required if you need to rsh/rlogin into the CentOS box.
If you need to rsh/rlogin out of the the CentOS box, then changing the pam.d files won't help....
James Pearson