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

ppk with encryption doesn't work #422

Open tuloski opened 1 month ago

tuloski commented 1 month ago

I try to connect via a .ppk encrypted private key generated with puttygen (RSA 2048). It works smoothlessly with putty. I put the option to prompt the Passphrase. I added the Host and the username in the config. All I get is: "Error while connecting to SSH FS xxx: All configured authentication methods failed".

I don't really know what's the problem since the error is very generic.