LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ykman-config

Configure YubiKey device settings

TLDR

Show device info
$ ykman config info
copy
Set lock code
$ ykman config set-lock-code
copy
Enable USB interface
$ ykman config usb --enable [OTP]
copy
Disable NFC interface
$ ykman config nfc --disable [FIDO2]
copy

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
copy
sudo pacman -S yubikey-manager
copy
sudo apk add yubikey-manager
copy
sudo zypper install yubikey-manager
copy
brew install ykman
copy
nix profile install nixpkgs#yubikey-manager
copy

SEE ALSO

ykman(1), ykman-fido(1)

Copied to clipboard
Kai