-
Notifications
You must be signed in to change notification settings - Fork 29
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
Enabling or disabling multiple NFC or USB interfaces at once using ykman config #298
Comments
The reason repeated invocations to You can repeat the |
@dainnilsson I didn’t know we could repeat |
Curious, would it be possible to have This would be helpful when using both |
We've just released ykman CLI 4.0.7 which should handle this better. I don't think you should have any problems invoking those commands back to back in this version. |
Thanks for heads-up @dainnilsson! |
@dainnilsson Release has not been published to https://developers.yubico.com/yubikey-manager-qt/Releases/ right? |
That's correct. The update is to the |
Is it possible to enable or disable multiple NFC or USB interfaces at once using
ykman config nfc
orykman config usb
?When running
ykman config usb --enable
multiple times in a row,Error: No YubiKey detected!
is thrown.I tried following and neither worked.
“Feature” would be amazing to increase speed of scripted YubiKey provisioning given
sleep
has to be used otherwise (unless I am missing something).$ for interface in OTP U2F; do ykman config usb --enable $interface --force; sleep 1; done
The text was updated successfully, but these errors were encountered: