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

Very odd issue when connecting to old systems via ssh #1070

Open
ddevz opened this issue Dec 14, 2023 · 0 comments
Open

Very odd issue when connecting to old systems via ssh #1070

ddevz opened this issue Dec 14, 2023 · 0 comments

Comments

@ddevz
Copy link

ddevz commented Dec 14, 2023

Describe the bug
I tried logging into a really old system recently (debian etch) and got a really strange result.

To Reproduce
Steps to reproduce the behavior:

  1. create a entry to connect to a old system via ssh
  2. double click on it (result: it logs in and gives you a command prompt)
  3. hit enter (result: linefeed pushes all lines up by one, but shell does not give a new prompt)
  4. type ls{enter} (result: it shows "ls" and linefeed pushes all lines up by one, but no directory listing
  5. open a new local tab in asbru (control-shift-T)
  6. ps aux | grep ssh (returns: blah blah "ssh -p 22 -x -o KexAlgorithms=diffie-hellman-group1-sha1 -l {username} {ip address}"
  7. cut and paste that command into the command line of the current local shell in asbru that you are using then hit enter (result: it logs in and gives you a command prompt)
  8. hit enter (result: linefeed pushes all lines up by one, and then gives you a new prompt)
  9. hit ls{inter} (result: shows a directory listing)

Expected behavior
expected it to work like it does in the local shell tab.

Environment (please complete the following information):
asbru system:

  • asbru - v6.4.1 (obtained from the so needed "about" dialog :)
  • debian bullseye

target system:

  • debian etch (really old)
  • openssh-server 1:4.3p2-9etch3

Additional context
Don't spend a lot of time with this as it is a edge case and it is a survivable situation. but if you have any ideas I'd be interested in hearing them as something strange is definitely going on!

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

1 participant