Ovyerus / gfh

Git FIDO Helper - Sign your Git commits with multiple resident SSH keys
MIT License
23 stars 3 forks source link

Fix YubiKey detection when a user has multiple smartcard readers #1

Closed wale closed 1 year ago

wale commented 1 year ago

I have a physical smartcard port installed on my laptop, and gfh naively assumed the first reader was the YubiKey. This PR implements proper detection to check if a reader is a YubiKey.

Ovyerus commented 1 year ago

Thank you!