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

telnet commands are not recognized #21

Open
fuzzyweapon opened this issue Jan 20, 2023 · 1 comment
Open

telnet commands are not recognized #21

fuzzyweapon opened this issue Jan 20, 2023 · 1 comment

Comments

@fuzzyweapon
Copy link

Steps

  1. brew install telnet on MacOS
    (I use iterm2, but Terminal app should be fine)
  2. telnet telnet.sibr.dev
  3. help
  4. Observe server's response

Expected Result

help command runs and displays help

Actual Result

No commands are recognized (actual output included at end of issue).
This shows that the server is getting some kind of input from the user, but since I was able to send the help command using Atlantis mush client and have it execute as expected, I can infer that telnet is probably sending some hidden characters that are not being handled correctly by the telnet server.

type "help" and press enter for more commands.
help
Unknown command: help
Did you mean: help
@loftyinclination
Copy link
Collaborator

does this do the same thing if you type help again after getting the first error message?

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