maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
7.24k stars 159 forks source link

Support Git 2.34 SSH Signatures #265

Closed rawkode closed 3 years ago

rawkode commented 3 years ago

It looks like Git 2.34 added support for signing commits with an SSH key, however I've been unable to get this to work with the Secretive ssh-agent.

It would be fantastic if this was possible :)

https://github.blog/2021-11-15-highlights-from-git-2-34/

maxgoedjen commented 3 years ago

Way ahead of ya 😉 #262 FWIW this does work already with Secretive (steps are listed in a very condensed format in that ticket) but GitHub currently doesn't recognize them.

rawkode commented 3 years ago

Awesome 😄 Thank you