mscdex / ssh2

SSH2 client and server modules written in pure JavaScript for node.js
MIT License
5.51k stars 663 forks source link

Support parsing "ecdsa-sk" and "ed25519-sk" SSH keys #1206

Open jeanp413 opened 2 years ago

jeanp413 commented 2 years ago

Trying to parse "ecdsa-sk" and "ed25519-sk" public SSH keys results in Unsupported key format error

Ranguna commented 1 year ago

vscodium's remote ssh is also affected by this. I can't use my hardware key to log into my remote machine through vscodium. Proprietary vscode remote ssh works fine.

nordeep commented 11 months ago

It would be great to be able to log in using hardware keys that use ecdsa-sk type keys.

timhorn1 commented 7 months ago

Why is this issue not being solved? Isn't it a security relevant feature? The only option to have that feature would be to use the original vscode with ssh-remote.