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

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

Open Michael-B-Ibikunle opened 1 week ago

Michael-B-Ibikunle commented 1 week ago

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 commented 6 days ago

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

turbo2025 commented 6 days ago

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 commented 6 days ago

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

Prototype-Laboratory commented 7 hours ago

same problem, when try to login with private key.