On Mon, 2005-11-07 at 17:28 -0600, Matthew S Elmore wrote: > I understand the advantages of ssh over telnet, but telnet is still > heavily used in many environments.
Telnet is a horribly insecure protocol subject to at least two attacks by third parties with access to any part of the network between the two hosts. Thus, telnetd is gone for a damn good reason, that being that it's a turd that has no place in a "secure by default" OS. If you absolutely must have telnetd, I guess you can compile it from the source in 3.7, but please, you should be fully aware that this opens up security holes big enough that a tank can be driven through without the appropriate countermeasures; at a minimum, you should use one-time passwords (S/Key) to make password sniffing useless, and only allow telnet connections from networks where you know for sure nobody with root access will try to hijack or eavesdrop on connections (such as a LAN where either you are the sole admin or you know and trust the other admins). -- Shawn K. Quinn <[EMAIL PROTECTED]>

