SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

SSH FS won't connect to my server that uses publickey **and** password authentication. #350

Closed reticle5 closed 1 year ago

reticle5 commented 1 year ago

Standard SSH client works fine. But no luck with SSH FS. Looking at the logs, looks like SSH2 might manage the exchange incorrectly. But I'm new to all of this, so here's my issue, logged.

debug.log

hungry-bogart commented 1 year ago

Having similar issues. It continues to ask me for a password, even though I only use SSH for the server I'm using. If I try to add an SSH key it says all authentication methods have failed. I'm using VSCodium for this. Hope you find an answer.

SchoofsKelvin commented 1 year ago

Duplicate of #311. That issue has a test build (it expired but I've started a build) which hopefully fixes it. If it works, I'll merge it into the next release.