We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sudo port install yubikey-manager
ykman config usb --disable=otp --disable=u2f --disable=fido2 --disable=oath --disable=piv --disable=openpgp --disable=hsmauth
USB configuration changes: Disable Yubico OTP, FIDO U2F, OpenPGP, PIV, OATH, YubiHSM Auth, FIDO2 The YubiKey will reboot Proceed? [y/N]:
ERROR: Can not disable all applications over USB.
This is the piece of code that forbids all applications from being disabled:
yubikey-manager/ykman/_cli/config.py
Lines 285 to 287 in 84e340e
I might be missing something, but I haven't been able to figure out why this should be forbidden. What would happen if I removed the check?
My goal is to reset YubiKeys fully and then enable precisely the things I want.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sudo port install yubikey-manager
)Steps to reproduce
Expected result
Actual results and logs
Other info
This is the piece of code that forbids all applications from being disabled:
yubikey-manager/ykman/_cli/config.py
Lines 285 to 287 in 84e340e
I might be missing something, but I haven't been able to figure out why this should be forbidden. What would happen if I removed the check?
My goal is to reset YubiKeys fully and then enable precisely the things I want.
The text was updated successfully, but these errors were encountered: