maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
6.99k stars 155 forks source link

Support for generating non-ecdsa (ed25519) keys #407

Closed tddschn closed 1 year ago

tddschn commented 1 year ago

Secretive has been working great for me.
Recently I started working with Azure VM which doesn't support ed25519 ssh keys, and it seems that Secretive only generates ed25519 keys.

ed25519 keys are more shorter and more secure, but it would be great if I can generate other formats of keys with Secretive. :)

maxgoedjen commented 1 year ago

Unfortunately the Secure Enclave only supports generating ECDSA keys currently, but I'll probably add ed25519 key support of the SEP eventually does.