Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi yubikey support #62

Open
sebastianrasor opened this issue Dec 7, 2024 · 3 comments
Open

Multi yubikey support #62

sebastianrasor opened this issue Dec 7, 2024 · 3 comments

Comments

@sebastianrasor
Copy link
Contributor

If you try to use this tool with more than one YubiKey plugged in at once, the program will get confused in some way and permanently indicate that a key needs to be touched (until all keys are removed from the system)

@maximbaz
Copy link
Owner

maximbaz commented Dec 7, 2024

Agree - I believe it's the HMAC detector that is faulty, since it's based on device plugged and unplugged events...

https://github.com/maximbaz/yubikey-touch-detector/blob/main/detector/hmac.go

@sebastianrasor
Copy link
Contributor Author

Do these plugged and unplugged events contain any information unique to each YubiKey like a serial number? If so, it should be possible to keep track of multiple keys

@maximbaz
Copy link
Owner

maximbaz commented Dec 7, 2024

Hard to say without doing a bunch of testing... Will get to this at some point, but help is very welcome 😅

By the way, as a temporary workaround you can potentially ignore HMAC events altogether (events from this app include "reason").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants