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

Support for PPK version 3 #300

Open mpacatang opened 2 years ago

mpacatang commented 2 years ago

Please add support for PuTTY-User-Key-File-3

SchoofsKelvin commented 2 years ago

The underlying ssh2 library doesn't support that yet, nor does it seem to be reported for now. The extension is currently also using version 0.8.x instead of 1.x.x (latest version as of writing this is 1.5.0) due to breaking changes in the public API that I've yet to find a workaround for. I'll look into whether the extension can parse and convert the (in memory) to e.g. an OpenSSH format before passing it on though.