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

[improvement] support openssh format privkey #199

Closed
kmahyyg opened this issue Jun 27, 2019 · 1 comment
Closed

[improvement] support openssh format privkey #199

kmahyyg opened this issue Jun 27, 2019 · 1 comment

Comments

@kmahyyg
Copy link

kmahyyg commented Jun 27, 2019

since ed25519 is much more recommended now, can this app support ed25519 algo. private key?
the default key of ed25519 is saved in openssh format instead of pem.

@ellbur
Copy link

ellbur commented Mar 30, 2020

As an alternative to adding support for OpenSSH format, the wiki page Key-based-ssh-Authentication could be updated to show how OpenSSH keys can be converted to PEM:

ssh-keygen -p -f ~/.ssh/some_key_file -m PEM

(mosh-chrome currently does not warn/error if it cannot read the key format.)

@kmahyyg kmahyyg closed this as completed Apr 5, 2020
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

2 participants