Forrest logo
back to context overview

oathtool

List of commands for oathtool:

  • oathtool:tldr:5eb7d oathtool: Generate a TOTP token for a specific time.
    $ oathtool --totp --now "${2004-02-29 16:21:42}" --base32 "${secret}"
    try on your machine
    explain this command
  • oathtool:tldr:84293 oathtool: Validate a TOTP token.
    $ oathtool --totp --base32 "${secret}" "${token}"
    try on your machine
    explain this command
  • oathtool:tldr:f7795 oathtool: Generate TOTP token (behaves like Google Authenticator).
    $ oathtool --totp --base32 "${secret}"
    try on your machine
    explain this command
back to context overview