You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using readline.ListenRemote to create remote accessible shell with readline but I've noticed it does not really play nice with telnet - when I make new telnet connection I'm not getting predefined prompt by just a default telnet welcome screen:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
The same is with netcat. I can connect to it only using readline.DialRemote :(
I really appreciate any help ...
The text was updated successfully, but these errors were encountered:
Hi,
I'm using readline.ListenRemote to create remote accessible shell with readline but I've noticed it does not really play nice with telnet - when I make new telnet connection I'm not getting predefined prompt by just a default telnet welcome screen:
The same is with netcat. I can connect to it only using readline.DialRemote :(
I really appreciate any help ...
The text was updated successfully, but these errors were encountered: