-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot connect through SSH: [Session(-43)] Failed getting banner
#240
Comments
[Session(-43)] Failed getting banner
This seems to happen with some ssh servers and our use of some C ssh libraries. Until #193 is implemented, you can try switching the ssh client library used as described in the options for ssh. Specifically, change the distant connect ssh://example.com --options 'backend=libssh' The default backend is |
Good to know then. Regarding switching to
Also, after checking, I realized I didn't have |
The number is the ID of the connection after succeeding. Did you try |
Right 🤦♂️ I should have read the docs 😄
|
Glad it worked for you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Cannot connect through SSH neither via
distant connect
ordistant launch
.The error I get is:
I see the follwing in the manager logs (
journalctl --user -u distant-manager.service
):It seems the parameters passed to
sss_ssh_knownhostsproxy
aren't quite right.Unfortunately, running the manger with
distant manager service start --user --log-level trace
doesn't seem to show howsss_ssh_knownhostsproxy
is being invoked.Environment:
distant version: 0.20.0
OpenSSH version: 9.0p1
SSSD version: 2.9.4
OS: Fedora 38
The text was updated successfully, but these errors were encountered: