Subject: Re: stairsteps after su or telnet?
To: Peter Seebach <seebs@solon.com>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: current-users
Date: 03/28/1995 19:26:26
I gather that's caused by older telnets misnegotiating line-at-a-time mode
or something like that.  I "fixed" it by adding the line

telnetk         stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd -k

to /etc/inetd.conf, adding

telnetk         22/tcp

to /etc/services, and remembering always to telnet in via
"telnet funhouse.com 22".  The -k flag warns telnetd that the telnet client
is incompetant.