LinuxCommandLibrary

ykman-oath

Manage the OATH YubiKey application.

TLDR

Display general information about the OATH application

$ ykman oath info
copy


Change the password used to protect OATH accounts (add --clear to remove it)
$ ykman oath access change
copy


Add a new account (--issuer is optional)
$ ykman oath accounts add --issuer [issuer] [name]
copy


List all accounts (with their issuers)
$ ykman oath accounts list
copy


List all accounts with their current TOTP/HOTP codes (optionally filtering the list with a keyword)
$ ykman oath accounts code [keyword]
copy


Rename an account
$ ykman oath accounts rename [keyword] [issuer:name|name]
copy


Delete an account
$ ykman oath accounts delete [keyword]
copy


Delete all accounts and restore factory settings
$ ykman oath reset
copy

Copied to clipboard