LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ykman-openpgp

Manage YubiKey OpenPGP keys

TLDR

Show OpenPGP info
$ ykman openpgp info
copy
Set PIN
$ ykman openpgp access change-pin
copy
Set Admin PIN
$ ykman openpgp access change-admin-pin
copy
Reset OpenPGP
$ ykman openpgp reset
copy

SYNOPSIS

ykman openpgp command [options]

DESCRIPTION

ykman openpgp manages OpenPGP on YubiKey. Configure PGP keys for encryption, signing, and authentication. Hardware-backed GPG key storage.

PARAMETERS

info

Show OpenPGP information.
access cmd
Manage PINs and access.
certificates cmd
Manage certificates.
keys cmd
Manage keys.
reset
Reset OpenPGP application.

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

CAVEATS

Reset permanently removes all OpenPGP keys from the device.

SEE ALSO

ykman(1), gpg(1)

Copied to clipboard
Kai