telnetd
telnetd is the daemon process that implements the Telnet server on Unix-like operating systems. Telnet, a network protocol, is used for interactive text communication over a network. When a client connects to a telnetd server, it is typically presented with a login prompt, allowing the user to authenticate and gain access to a remote shell. Once authenticated, the client can execute commands on the server and see their output as if they were physically present at the machine.
The telnetd daemon listens for incoming connections on TCP port 23. It handles the negotiation of Telnet
However, Telnet, and by extension telnetd, is considered insecure. The protocol transmits all data, including usernames