IN.REXECD(8) | Maintenance Commands and Procedures | IN.REXECD(8) |
in.rexecd, rexecd - remote execution server
in.rexecd
in.rexecd is the server for the rexec(3SOCKET) routine. The server provides remote execution facilities with authentication based on user names and passwords. It is invoked automatically as needed by inetd(8), and then executes the following protocol:
in.rexecd and rexecd are IPv6-enabled. See ip6(4P).
svcs(1), rexec(3SOCKET), ip6(4P), attributes(7), smf(7), inetadm(8), inetd(8), svcadm(8)
All diagnostic messages are returned on the connection associated with the stderr, after which any network connections are closed. An error is indicated by a leading byte with a value of 1 (0 is returned in step 7 above upon successful completion of all the steps prior to the command execution).
username too long
password too long
command too long
Login incorrect.
Password incorrect.
No remote directory.
Try again.
/usr/bin/sh: ...
The in.rexecd service is managed by the service management facility, smf(7), under the service identifier:
svc:/network/rexec:default
Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(8). Responsibility for initiating and restarting this service is delegated to inetd(8). Use inetadm(8) to make configuration changes and to view configuration information for this service. The service's status can be queried using the svcs(1) command.
November 4, 2004 | OmniOS |