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 |
---|---|---|
Fedora 39 | x86_64 (2)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (5)* | Fedora 40 (14 downloads) |
Fedora 41 | x86_64 (8)* | Fedora 41 (11 downloads) |
Fedora rawhide | x86_64 (2)* | Fedora rawhide (10 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable koditoriet/totpm
More info about enabling Copr repositories