mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 00:15:28 +02:00
811 B
811 B
ykman config
In- of uitschakelen van YubiKey applicaties. Let op: je kan
ykman info
gebruiken om de huidige ingeschakelde applicaties te zien. Meer informatie: https://docs.yubico.com/software/yubikey/tools/ykman/Base_Commands.html#ykman-config-options-command-args.
- Schakel een applicatie in via USB of NFC (
--enable
kan meerdere keren gebruikt worden om meerdere applicaties te specificeren):
ykman config {{usb|nfc}} {{[-e|--enable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}
- Schakel een applicatie uit via USB of NFC (
--disable
kan meerdere keren gebruikt worden om meerdere applicaties te specificeren):
ykman config {{usb|nfc}} {{[-d|--disable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}
- Schakel alle applicaties uit via NFC:
ykman config nfc {{[-D|--disable-all]}}