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

Backspace does not work in a specific ssh server session. #618

Open
fimdomeio opened this issue Jan 21, 2025 · 0 comments
Open

Backspace does not work in a specific ssh server session. #618

fimdomeio opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@fimdomeio
Copy link

Describe the bug
After ssh into a server backspace does not work.

To Reproduce
Steps to reproduce the behavior:

  1. in any terminal ssh into the server
  2. Press any key and then backspace. It looks like it adds a space character.
  3. pressing up and down keys to move in history also add content without removing previous content
  4. Server is runing bash. if I run sh backspace now works

Expected behaviour
I expect backspace to work

Desktop (please complete the following information):

  • OS: MacOS 15.2
  • The server is using bash.
  • The last commit id if you built project from sources (run : git rev-parse HEAD)

Additional context
The server actually receives the backspace character. Typing "lvs" runs ls but displays "lv s". This does not happen in mac Terminal.app or iTerm2

@fimdomeio fimdomeio added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant