Replies: 2 comments 2 replies
-
SSH encoding is a bit complex. It requires specific padding scheme and structures. I'm not aware of popular repos that have it implemented in js. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case anyone else stumbles on this, @paulmillr’s own https://github.com/paulmillr/ed25519-keygen library now allows this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking at how to use this library to generate SSH key-pairs for Linux SSH servers. I have a question. Can this library be used to produce keys as this command does?
I tried to use hex key-pair from this library to test here (http://ed25519.herokuapp.com/), but it doesn't verify my signature after signing.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions