rshd
rshd, short for remote shell daemon, is the server component of the remote shell (rsh) protocol. It allows a user on one machine to execute commands on a remote machine. The daemon typically runs on the remote host, often started by the Internet super-server (inetd or xinetd), and listens for connections on the shell service, commonly TCP port 514.
When a client connects, rshd authenticates the user using host-based trust mechanisms such as .rhosts and hosts.equiv,
Security considerations: rshd and the rsh protocol transmit data—including commands and potentially sensitive output—in plaintext and
Implementation and availability: rshd has been part of BSD-derived Unix systems and is provided on various