How to unsupress local echo

后端 未结 4 801
春和景丽
春和景丽 2021-01-04 23:43

I am trying to suppress the local echo of a password in a telnet session by sending 0xFF 0xFD 0x2D (IAC DO SUPPRESS_LOCAL_ECHO). This works fine.

My trouble is en

4条回答
  •  暖寄归人
    2021-01-05 00:26

    During your telnet sessions in telnet.exe you can pop up the telnet prompt by pressing Ctrl + ]

    After that, type "set localecho" or "unset localecho" to switch localecho on or off.

    Press Enter to return to your telnet session.

提交回复
热议问题