LinuxCommandLibrary

ykman-config

Enable or disable YubiKey applications.

TLDR

Enable an application over USB or NFC (--enable can be used multiple times to specify more applications)

$ ykman config [usb|nfc] --enable [otp|u2f|fido2|oath|piv|openpgp|hsmauth]
copy


Disable an application over USB or NFC (--disable can be used multiple times to specify more applications)
$ ykman config [usb|nfc] --disable [otp|u2f|fido2|oath|piv|openpgp|hsmauth]
copy


Disable all applications over NFC
$ ykman config nfc --disable-all
copy

Copied to clipboard