Installing and Administering Internet Services
Chapter 10 411
Using rdist
Setting Up remsh
to authenticate the users.
For every service (like rexec and remsh), it is possible to have more than
one entry in the /etc/pam.conf file for each of the module types
available. Refer to the pam.conf manpage for more information.
Enabling DCE Integrated Logging Authentication
To enable DCE integrated logging authentication mechanism, add the
following line to the /etc/pam.conf file:
rcomds auth required /usr/lib/security/libpam_dce.1
Using remshd in a Secure Internet Services Environment
The rexec service will not work in the Secure Internet Services (SIS)
environment. However, the remsh service works in the SIS environment.
To use the remsh enabled with PAM in the SIS environment, add the
following line to the /etc/pam.conf file.
rcomds auth required /usr/lib/security/libpam_dce.1
Also in the Kerberos environment, remsh has command line options for
combining UNIX method and Kerberos method of authentication. A
combination of both Kerberos and UNIX authentication is available.
These command line options can be set in the /etc/inetd.conf for the
"kremshd" service. See the kremshd man page for details.