-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please support ed25519 key #45
Comments
Look at this. |
any updates maybe? |
@liximomo Looks like this can be fixed by upgrade of ssh2 package. |
@DSpeichert Not until VS Code ship with node v12. mscdex/ssh2#352 (comment) |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
[Description of the expected behavior]
ecDSA is much secure and efficient compare to RSA algorithm and has been support in openssh for long time. Please consider to support the ed25519 format.
Actual Behavior
[Description of the actual behavior]
When I use a private key with ed25519 format, it gives:
[liximomo.sftp] Cannot parse privateKey: Unsupported key format: Error: Cannot parse privateKey: Unsupported key format
Steps to Reproduce the Problem
Requisites (important to diagnose the problem!)
Extension Logs
[set option
sftp.printDebugLog
to true, then reload vscode, reproduce the problem, get the logs(view -> output-> sftp)]Specifications
The text was updated successfully, but these errors were encountered: