Provides the server function for the rexec command.
Note: The rexecd daemon is normally started by the /etc/inetd.conf or kill -1 InetdPID command to inform the inetd daemon of the changes to its configuration file.
Item | Description |
---|---|
-s | Enables socket-level debugging. |
-c | Prevents reverse name resolution. When the -c flag is not specified, the rexecd daemon will fail if the reverse name resolution of the client fails. |
Service Request Protocol
When the rexecd daemon receives a request, it initiates the following protocol:
The rexecd daemon is a PAM-enabled application with a service name of rexec. System-wide configuration to use PAM for authentication is set by modifying the value of the auth_type attribute, in the usw stanza of /etc/security/login.cfg, to PAM_AUTH as the root user.
#
# AIX rexec configuration
#
rexec auth required /usr/lib/security/pam_aix
rexec account required /usr/lib/security/pam_aix
rexec session required /usr/lib/security/pam_aix