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?
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 usingssh-add
to support arbitrary keys, so although I have aned25519
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?