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

Error while connecting to SSH FS turing: All configured authentication methods failed #424

Open
Michael-B-Ibikunle opened this issue Jun 26, 2024 · 8 comments

Comments

@Michael-B-Ibikunle
Copy link

Recently the connection for turing&hopper on vscode stopped working with the ssh fs extension. It used to work fine but now everytime I try to open a terminal, the error "Error while connecting to SSH FS turing: All configured authentication methods failed" popped up. The same error occurs for hopper as well. Need help thank you

@turbo2025
Copy link

yes same with me , the version is 1.26.1 , using in arch linux

@turbo2025
Copy link

my config is
"sshfs.configs": [
{
"name": "dev",
"host": "192.168.10.193",
"port": 10086,
"username": "turbo",
"privateKeyPath": "/home/turbo/.ssh/id_ecdsa",
"passphrase": true,
"group": "home"
}
]

@turbo2025
Copy link

just only work in username and password , didn't work with key

@Prototype-Laboratory
Copy link

same problem, when try to login with private key.

@Michael-B-Ibikunle
Copy link
Author

error still comes through when i tried with different ssh exstension

@svenoone
Copy link

I confirm the same problem. I have a private key that I would like to use. The authentication fails - I spent what felt like forever with it and thought something was wrong with my configuration.

In my case it is an ssh-rsa 4096 SHA256 key.

I have not tried whether other keys work. If this is necessary I will be happy to do so to help with the problem.

@kinchahoy
Copy link

Running into the same problem. Can we revert to an older version?

@kinchahoy
Copy link

FYI - I resolved this by reverting to v1.25.0. @SchoofsKelvin Any idea if this is an easy fix? Very much appriciate your work on this extension!

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

5 participants