koditoriet/totpm
Project ID: 144220
Description
A TPM-backed command line TOTP client. Like Google Authenticator in your terminal.
Installation Instructions
Enable the totpm
Copr, install totpm
and initialize the secrets database:
sudo dnf copr enable koditoriet/totpm
sudo dnf install totpm
topm init
If you're getting permission errors running totpm init
, you need to add your user to the tss
group and re-login:
sudo usermod -a -G tss "$USER"
newgrp -
Please report any issues on the project's issue tracker.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (2)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (13)* | Fedora 40 (16 downloads) |
![]() |
x86_64 (8)* | Fedora 41 (13 downloads) |
![]() |
x86_64 (0)* | Fedora 42 (1 downloads) |
![]() |
x86_64 (2)* | Fedora rawhide (11 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable koditoriet/totpm
More info about enabling Copr repositories