ykman-config
Configure YubiKey device settings
TLDR
Show device info
$ ykman config info
Set lock code$ ykman config set-lock-code
Enable USB interface$ ykman config usb --enable [OTP]
Disable NFC interface$ ykman config nfc --disable [FIDO2]
SYNOPSIS
ykman config command [options]
DESCRIPTION
ykman config manages YubiKey device configuration. Enable or disable applications and interfaces. Set lock codes for configuration protection.
PARAMETERS
info
Show configuration.set-lock-code
Set or change lock code.usb [options]
Configure enabled applications over USB (OTP, FIDO2, U2F, OATH, PIV, OPENPGP, HSMAUTH).nfc [options]
Configure enabled applications over NFC.--enable APP
Enable the named application for the selected transport.--disable APP
Disable the named application for the selected transport.--enable-all
Enable all supported applications for the transport.--disable-all
Disable all applications for the transport.--lock-code HEX
Provide the current lock code when changing protected settings.-f, --force
Apply changes without confirmation.
INSTALL
sudo dnf install yubikey-manager
sudo pacman -S yubikey-manager
sudo apk add yubikey-manager
sudo zypper install yubikey-manager
brew install ykman
nix profile install nixpkgs#yubikey-manager
SEE ALSO
ykman(1), ykman-fido(1)
