rshserver
rshserver refers to the daemon component that implements the remote shell (RSH) protocol, enabling the execution of commands on a remote host from a local client. It is commonly implemented by a program named rshd and has historically been part of BSD Unix and other UNIX-like environments. In typical deployments, rshd runs under a supervisor such as inetd, xinetd, or systemd and listens for incoming connections on the RSH service port. Upon receiving a request, it authenticates the client and, if permitted, executes the specified command with the appropriate user privileges on the target system.
Authentication for rsh is based on trust relationships rather than passwords. Access control is usually defined
Security and administration considerations have led many systems to disable rsh services by default and to