-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Couldn't start a terminal for pent_ngm: All configured authentication methods failed #357
Comments
Hi |
Ditto, this was working fine up until a few weeks ago. |
I've narrowed it down to Fedora 36+ and Ubuntu 22.04 destinations rejecting the connection attempts. I can reach Fedora 35, Ubuntu 16/18/20 LTS servers fine. Check your SSH key. If its ssh-rsa, thats likely the reason it's getting rejected. It may guide you to a fix. |
you're absolutely right. I changed the key to ssh-ed25519 and now it's working. |
In the future, this issue would be easier to solve with debug logs, as that should report e.g. details about the authentication process. Looks like this was due to the remote system rejecting the key type without it reporting (through the |
I can't connect from my Ubuntu 22.08 workstation to another Linux server.
Here's my settings.json
I have tried specifying the private key instead of the agent, but I get exactly the same results.
Here's the logs from the Output:
The text was updated successfully, but these errors were encountered: