rlogind
rlogind is the remote login daemon that implements the rlogin service used by early Unix systems to provide remote sessions over a TCP connection. It runs on a server to accept connections from rlogin clients and facilitates remote user logins. Traditionally, rlogind is started by a super-server such as inetd or xinetd and listens on TCP port 513.
Authentication in rlogind historically relies on trust relationships defined by .rhosts in the user's home directory
Due to security concerns, rlogind has fallen out of use on many modern systems. Administrators typically disable
Historically, rlogind was part of the BSD/rsh/rlogin toolset and was widely used in the 1980s and 1990s.
Related topics include rsh, rlogin clients, inetd/xinetd, and ssh.