ykman-oath

Manage YubiKey OATH accounts

TLDR

List OATH accounts
$ ykman oath accounts list
Add TOTP account
$ ykman oath accounts add [name] [secret]
Generate code
$ ykman oath accounts code [name]
Delete account
$ ykman oath accounts delete [name]

SYNOPSIS

ykman oath command [options]

DESCRIPTION

ykman oath manages TOTP/HOTP accounts on YubiKey. Store 2FA secrets securely on hardware. Generate one-time passwords for authentication.

PARAMETERS

accounts cmd

Manage OATH accounts.
info
Show OATH information.
access cmd
Manage password protection.
reset
Reset OATH application.

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)