-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows client die with telnet server #24
Comments
Thank you very much @njordr -- we certainly do not wish to crash Microsoft's telnet client! Only one missing detail -- Could you tell me exactly which Windows version you are using? AnalysisWindows client agrees to WorkaroundDo not negotiate https://github.com/jquast/telnetlib3/blob/master/telnetlib3/server.py#L425-L426 from: self.stream.iac(DO, NEW_ENVIRON) to: from .telopt import DONT
self.stream.iac(DONT, NEW_ENVIRON) |
You don't want? I really want to crash them :) I try your workaround but I got this error: File "/var/virtualenv/spytel/lib/python3.5/site-packages/telnetlib3/server.py", line 427, in request_advanced_opts |
@njordr i updated the workaround, you must import |
No luck |
Apologize, I forgot to remove the line with the "DO" constant. Now it works. Thank you |
Hi.
I start a telnet server with the script from github but if I connet to it with a telnet from windows, the telnet client die.
attached screenshoot and debug from telnet server.
Thanks,
Giovanni
telnet_debug.txt
The text was updated successfully, but these errors were encountered: