in.rshd, rshd Remote Shell Server

Synopsis

/usr/sbin/in.rshd host.port
					

Description

The in.rshd daemon is the server for the rsh(1) program. The server provides remote execution facilities with authentication based on privileged port numbers.

in.rshd is invoked by inetd(1M) each time a shell service is requested and executes the following protocol.

  1. The server checks the client's source port. If the port is not in the range 0-1023, the server aborts the connection. The client's host address (in hexadecimal) and port number (in decimal) are the arguments passed to in.rshd.

  2. The server reads characters from the socket up to a null (\0) byte. The resultant string is interpreted as an ASCII number, base 10.

  3. If the number received in step 1 is non-zero, ...

Get Solaris™ 8 System Administrator's Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.