mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
gateway: Fix setup TELNET windows size for server without auth
This commit is contained in:
@@ -810,6 +810,8 @@ class Gateway():
|
|||||||
tn.sock.sendall(IAC + SB + NAWS + b'\x03\xE8\x00\x20' + IAC + SE)
|
tn.sock.sendall(IAC + SB + NAWS + b'\x03\xE8\x00\x20' + IAC + SE)
|
||||||
if idx > 0:
|
if idx > 0:
|
||||||
tn.prompt = obj.group()
|
tn.prompt = obj.group()
|
||||||
|
tn.write(b"echo 123 >/dev/null\n")
|
||||||
|
tn.read_until(b'\r\n' + tn.prompt, timeout = 2)
|
||||||
return tn
|
return tn
|
||||||
tn.write(f"{self.login}\n".encode('ascii'))
|
tn.write(f"{self.login}\n".encode('ascii'))
|
||||||
idx, obj, output = tn.expect([p_passw, prompt], timeout=2)
|
idx, obj, output = tn.expect([p_passw, prompt], timeout=2)
|
||||||
|
|||||||
Reference in New Issue
Block a user