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?
ssh-keygen -o -a 100 -t ed25519 -f id_ed25519
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.
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!