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

YubiKey doesn't disable #45

Closed
kennetham opened this issue Nov 24, 2015 · 6 comments
Closed

YubiKey doesn't disable #45

kennetham opened this issue Nov 24, 2015 · 6 comments

Comments

@kennetham
Copy link

After enabling YubiKey, disabling it doesn't take effect.

'Lock computer after YubiKey is removed' doesn't take effect either.

@remmelt
Copy link

remmelt commented Dec 6, 2015

Same here

ioreg -p IOUSB -l -w 0 -x | grep Yubikey -A10 | grep Product
    |     "idProduct" = 0x407
    |     "iProduct" = 0x2
    |     "USB Product Name" = "Yubikey 4 OTP+U2F+CCID"

Which values should go in which fields?

@pallotron
Copy link
Owner

image

in the preference window, as per screenshot above.

@remmelt
Copy link

remmelt commented Dec 6, 2015

I understand where to put the IDs, but it still doesn't work.


On Sun, Dec 6, 2015 at 1:32 PM, Angelo Failla notifications@github.com
wrote:

image

in the preference window, as per screenshot above.

Reply to this email directly or view it on GitHub:
#45 (comment)

@pallotron
Copy link
Owner

I have no idea, it works for other people with different product/vendor IDS. patches are welcome :)
Have you tried to quit and restart the application when you change the settings?
How am I supposed to troubleshoot w/o logs? Do you see anything fancy in /var/log/system.log related to yubiswitch?

@MartinRogalla
Copy link

Didn't work for me earlier. Restarted yubiswitch after specifying the productid, now works. Thanks, this is great! :)

@ndynan
Copy link

ndynan commented May 21, 2016

Had the same issue – you need to set the productid in preferences

Run in terminal and get the product ID:
$ ioreg -p IOUSB -l -w 0 -x | grep Yubikey -A10 | grep Product

Run the following to get the VendorID
$ ioreg -p IOUSB -l -w 0 -x | grep Yubikey -A10 | grep Vendor

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

5 participants