Issues related to the Nest, i.e. this website. The source code for the Nest is not yet public.

#91 Support `ecdsa-sha2-nistp256` SSH keys

Opened by mat on March 10, 2023
mat on March 10, 2023

Hi! I am a user of Secretive for managing my SSH keys, which only supports generating ecdsa-sha2-nistp256 keys. I imagine this is due to hardware limitations with Apple’s Secure Enclave.

I want to easily use ssh authentication for Pijul, but Secretive also requires taking over the ssh-agent so it can delegate access to the keys in the Secure Enclave. It doesn’t seem to support using ssh-add to support arbitrary keys, so although I have an ed25519 key on my machine, I’m not sure the best way to easily plug it in exclusively for my Pijul work.

Would it be possible to support a wider range of SSH ciphers?