Skip to content
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

Closed
Ehekatl opened this issue Oct 17, 2017 · 4 comments
Closed

Please support ed25519 key #45

Ehekatl opened this issue Oct 17, 2017 · 4 comments

Comments

@Ehekatl
Copy link

Ehekatl commented Oct 17, 2017

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

  1. generate a ssh key with ed25519 format
  2. use private key based sftp sync

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

  • Version: 0.8.4
  • Platform: macOS Sierra 10.12.6
@liximomo
Copy link
Owner

Look at this.

@liximomo liximomo closed this as completed Feb 8, 2018
@herenickname
Copy link

any updates maybe?

@DSpeichert
Copy link

@liximomo Looks like this can be fixed by upgrade of ssh2 package.

@liximomo
Copy link
Owner

@DSpeichert Not until VS Code ship with node v12. mscdex/ssh2#352 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants