To passively participate in option negotiation, telnet can run with the following argument to force it not to send any further negotiation:
Note here that we specified the port number. By doing so, we are basically telling telnet that negotiation is done and so wait for any packet from the server.telnet <hostname> <port>
And for old telnet server, the following .telnetrc maybe needed:
DEFAULT set echo mode character set crlf
~ts
No comments:
Post a Comment