mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-22 21:59:26 -05:00
Changes requested in PR 229
This commit is contained in:
parent
016d55f2e2
commit
cee8260f5d
@ -176,7 +176,13 @@ Alternative - zbar & pass-otp
|
|||||||
|
|
||||||
As an alternative, one can download a QR code, scan it with zbar and use the scan to create one time passwords with pass-otp.
|
As an alternative, one can download a QR code, scan it with zbar and use the scan to create one time passwords with pass-otp.
|
||||||
|
|
||||||
If you don't have a GPG key, generate one now. You can skip this step if you have one.
|
Install the required tools. The following has been tested on a Fedora 36 template:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo dnf install -y zbar pass pass-otp
|
||||||
|
```
|
||||||
|
|
||||||
|
If you don't have a GPG key, generate one now. You can skip this step if you have one - that is if OTP codes will be generated in the same Qube that is used for split-gpg. Nevertheless you may want to accomplish this in a Qube dedicated to something else, so we'll cover this scenario with:
|
||||||
|
|
||||||
```
|
```
|
||||||
gpg --full-gen-key
|
gpg --full-gen-key
|
||||||
|
Loading…
Reference in New Issue
Block a user