ykman config
all
Enable or disable YubiKey applications. Note: You can use `ykman info` to see currently enabled applications.
More info →Options (3)
-e, --enablebooleanEnable an application over USB or NFC (`--enable` can be used multiple times to specify more applications)
Example:
ykman config {{usb|nfc}} {{[-e|--enable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}-d, --disablebooleanDisable an application over USB or NFC (`--disable` can be used multiple times to specify more applications)
Example:
ykman config {{usb|nfc}} {{[-d|--disable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}-D, --disable-allbooleanDisable all applications over NFC
Example:
ykman config nfc {{[-D|--disable-all]}}Examples (3)
Enable an application over USB or NFC (`--enable` can be used multiple times to specify more applications)
ykman config usb|nfc [-e|--enable] otp|u2f|fido2|oath|piv|openpgp|hsmauthDisable an application over USB or NFC (`--disable` can be used multiple times to specify more applications)
ykman config usb|nfc [-d|--disable] otp|u2f|fido2|oath|piv|openpgp|hsmauthDisable all applications over NFC
ykman config nfc [-D|--disable-all]made by @shridhargupta | data from tldr-pages