suntobright / vscode-sftp

Edit remote Linux files directly in VS Code.
MIT License
14 stars 6 forks source link

ed25519 SSH Key type not supported #27

Open zluggerz opened 3 years ago

zluggerz commented 3 years ago

When using ed25519 SSH keys with this extension, configurations fail to save with an error that says the key type is not supported.

This more secure and more efficient key type is becoming more common. In some environments it is a minimum requirement and RSA keytypes are not permitted any longer.

I love this extension but this particular issue makes it impossible to use in some environments and soon will be the same for most if not all environments.