-
Notifications
You must be signed in to change notification settings - Fork 601
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
Support new OpenSSH private key format (Used by default with Ed25519 keys) #276
Comments
When I create a key with OpenSSH running |
Ok, I'll have a look next week :) 2016-10-14 13:04 GMT+02:00 David Kocher notifications@github.com:
|
|
Thanks, though we can read files with that header, see: https://github.com/hierynomus/sshj/blob/master/src/test/java/net/schmizz/sshj/keyprovider/OpenSSHKeyFileTest.java#L144 And I do remember testing with a host with only an ed25519 key. I'll need to re-verify |
Calling |
Ok, will fix :) 2016-10-14 13:47 GMT+02:00 David Kocher notifications@github.com:
|
@hierynomus Do you already have an ETA for this? |
Will try to get it done this week... |
@hierynomus Awesome. |
Just had a quick look into this... We typically rely on BouncyCastle to read the keys, and guess what, it does not support this format (yet)... |
@hierynomus Have you found any spec on the file format? |
I think I can work it out using these links: The commit responsible for the new change is http://marc.info/?l=openbsd-cvs&m=138633690918227&w=2. If you find more info, feel free to add! |
Started work on https://github.com/hierynomus/sshj/tree/issue-276 |
I would like to have this issue reopend. Reading SSH keys of type The failure is a message like This is as of OpenSSH 7.8 the default.
Workaround is to use |
Reopened... Let's fix that :) |
No description provided.
The text was updated successfully, but these errors were encountered: