Open
Description
How can one generate a private-public ECDSA keypair that is in the right
format to be used for OpenSSH authentication? OpenSSH uses its own format
where as the example suggested in the README uses the .pem format that OpenSSH can not understand.
Can someone please show me an example how I can generate a private public ECDSA keypair in a format that OpenSSH can understand?