Skip Navigation Links | |
Exit Print View | |
man pages section 1M: System Administration Commands Oracle Solaris 11.1 Information Library |
- RPC-based remote execution server
/usr/sbin/rpc.rexd [-s]
rpc.rexd is the Oracle Sun RPC server for remote program execution. This daemon is started by inetd(1M) whenever a remote execution request is made.
For non-interactive programs, the standard file descriptors are connected directly to TCP connections. Interactive programs involve pseudo-terminals, in a fashion that is similar to the login sessions provided by rlogin(1). This daemon may use NFS to mount file systems specified in the remote execution request.
There is a 10240 byte limit for arguments to be encoded and passed from the sending to the receiving system.
The following option is supported:
Secure. When specified, requests must have valid DES credentials. If the request does not have a DES credential it is rejected. The default publickey credential is rejected. Only newer on(1) commands send DES credentials.
If access is denied with an authentication error, you may have to set your publickey with the chkey(1) command.
Specifying the -s option without presenting secure credentials will result in an error message: Unix too weak auth (DesONly)!
rpc.rexd uses pam(3PAM) for account and session management. The PAM configuration policy, configured in /etc/pam.conf or per-service files in /etc/pam.d/, specifies the modules to be used for rpc.rexd. Here is a partial pam.conf file with rpc.rexd entries for account and session management using the UNIX module:
rpc.rexd account requisite pam_roles.so.1 rpc.rexd account required pam_projects.so.1 rpc.rexd account required pam_unix_account.so.1 rpc.rexd session required pam_unix_session.so.1
The equivalent PAM configuration in /etc/pam.d/ would be the following entries in /etc/pam.d/rpc.rexd:
account requisite pam_roles.so.1 account required pam_projects.so.1 account required pam_unix_account.so.1 session required pam_unix_session.so.1
If there are no entries for the rpc.rexd service in /etc/pam.conf and no /etc/pam.d/rpc.rexd file exists, then the entries for the “other” service in /etc/pam.conf will be used. If there are not any entries in /etc/pam.conf for the “other” service, then the entries in /etc/pam.d/other will be used. rpc.rexd uses the getpwuid() call to determine whether the given user is a legal user.
Pseudo-terminals used for interactive mode
Authorized users
Temporary mount points for remote file systems
See attributes(5) for descriptions of the following attributes:
|
chkey(1), on(1), rlogin(1), svcs(1), inetadm(1M), inetd(1M), svcadm(1M), pam(3PAM), pam.conf(4), publickey(4), attributes(5), pam_authtok_check(5), pam_authtok_get(5), pam_authtok_store(5), pam_dhkeys(5), pam_passwd_auth(5), pam_unix_account(5), pam_unix_auth(5), pam_unix_session(5), smf(5)
Diagnostic messages are normally printed on the console, and returned to the requestor.
Root cannot execute commands using rexd client programs such as on(1).
The rpc.rexd service is managed by the service management facility, smf(5), under the service identifier:
svc:/network/rpc/rex:default
Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). Responsibility for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view configuration information for this service. The service's status can be queried using the svcs(1) command.