Skip to content
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

readline.ListenRemote and telnet connection #205

Open
lukasz-grabski opened this issue Jun 17, 2022 · 1 comment
Open

readline.ListenRemote and telnet connection #205

lukasz-grabski opened this issue Jun 17, 2022 · 1 comment

Comments

@lukasz-grabski
Copy link

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:

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@lukasz-grabski and others