Windows telnet + controlling local echo from remote
问题 I have the same problem as How to unsupress local echo but none of the solutions in that thread are desirable. Specifically, I'm using telnet for communication with a simply Ruby program that requires authentication to connect remotely. When the user is prompted for a password I want to suppress local echo, so I send the password prompt followed by IAC DONT ECHO, then send IAC DO ECHO after receiving a newline. This method appears to work fine for most telnet clients, but when using windows