Ticket #82 enhancement closed fixed

Opened 10 years ago

Last modified 10 years ago

Bad behaviour of Windows XP telnet client on telnet server

Reported by: Rudy Owned by:
Priority: normal Milestone:
Component: Keywords:
Cc: moonfallen, itamarst, Rudy Branch:
Author: Launchpad Bug:

Description


Change History

1

Changed 10 years ago by Rudy

When I create a manhole as in the howto documentation I
cannot access it with a regular Windows XP telnet client. It
works perfectly with PuTTY however.

2

Changed 10 years ago by radix

Might be windows telnet sending a line delimiter other 
than CRLF? shrug.

3

Changed 10 years ago by Rudy

After examination with a sniffer I can say that there are
two differences between PuTTy and Windows Telnet:
1. When asked for the username and password, PuTTy sends the
whole text at once, MSTelnet does it character per character.
2. In PuTTY both username and paddword are followed by a
CRLF, in MSTelnet the username is followed by a CRLF, the
password by a CR only (even after SET CRLF). Just as Radix
predicted.

4

Changed 10 years ago by glyph

It's a windows issue... throw it on the pile.

5

Changed 10 years ago by moonfallen

It's manhole.  I don't know what to do with it. :-)

6

Changed 10 years ago by itamarst

Actually it's twisted.protocols.telnet.

7

Changed 10 years ago by Rudy

Cory Dodt wrote:

Maybe add a remark in the documentation: Windows XP Telent sucks, use 
other client.

I'm using PuTTy now and am very happy with it.

8

Changed 10 years ago by itamarst

Screw it, I don't care :)

9

Changed 2 years ago by <automation>

  • owner itamarst deleted
Note: See TracTickets for help on using tickets.