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
brew install telnet on MacOS
(I use iterm2, but Terminal app should be fine)
telnet telnet.sibr.dev
help
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
The text was updated successfully, but these errors were encountered:
Steps
brew install telnet
on MacOS(I use iterm2, but Terminal app should be fine)
telnet telnet.sibr.dev
help
Expected Result
help
command runs and displays helpActual 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 thattelnet
is probably sending some hidden characters that are not being handled correctly by the telnet server.The text was updated successfully, but these errors were encountered: