You are on page 1of 1

C:\Users\ichet\Desktop>python telnet.

py
username: pass
Password:
Traceback (most recent call last):
File "telnet.py", line 13, in <module>
tn.read_until(b"Password: ")
File "C:\Program Files (x86)\Python36-32\lib\telnetlib.py", line 327, in
read_until
return self.read_very_lazy()
File "C:\Program Files (x86)\Python36-32\lib\telnetlib.py", line 403, in
read_very_lazy
raise EOFError('telnet connection closed')
EOFError: telnet connection closed

You might also like