Find the answer to your Linux question:
Results 1 to 3 of 3
Hello. Do you have any idea if i can configure the telnet daemon not to negotiate any handshake options, like terminal-type, terminal-speed etc?...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    2

    Telnet message negotiation

    Hello. Do you have any idea if i can configure the telnet daemon not to negotiate any handshake options, like terminal-type, terminal-speed etc?

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    These are fundamental to the telnet protocol. The system is set up so that if either end of the connection cannot support a particular option, then it is disabled. Don't futz with this, or you will have an inoperable telnet service. Either end has to at least be able to tell the other that it won't support an option. And if it doesn't recognize the option, it still has to reply that it doesn't support it.

    FWIW, I wrote (in C) a complete telnet (client and server) stack from the DDN White Book specs for a real-time operating system almost 20 years ago. I may be a bit rusty on the details, but I understand this issue completely.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Aug 2009
    Posts
    2
    Thank you Rubberman! In the meanwhile i got the client to correctly negotiate the telnet options.

    As i forgot in the first post, I wish to salute the community!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...