-
Notifications
You must be signed in to change notification settings - Fork 16
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
scard Sharing violation #41
Comments
I cannot really reproduce the issue. Will retries also solve it? Or do you need to physically unplug / re-plug the device? |
For me this happens related to the OpenPGP/Smartcard features of the Yubikey. Parallel to awsu I also use Yubikey to keep my SSH keys private (as described here https://florin.myip.org/blog/easy-multifactor-authentication-ssh-using-yubikey-neo-tokens ) and whenever I used the related OpenPGP agent to pull the private key, awsu would run into this issue. Running |
Finally reproduced it and tracked it here: yawn/ykoath#14. I believe the easiest fix is to have platform specific recovery options such as (e.g. on Mac) sending |
From time to time (multiple times a day, usually), I get this problem:
Unplugging and plugging the Yubikey, or running
ykman oauth code <profile name>
resets things to a working state.Perhaps this should rather be reported on some Yubikey go library?
The text was updated successfully, but these errors were encountered: