Skip to content

Commit cee8260

Browse files
committed
Changes requested in PR 229
1 parent 016d55f commit cee8260

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/security/multifactor-authentication.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,13 @@ Alternative - zbar & pass-otp
176176

177177
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.
178178

179-
If you don't have a GPG key, generate one now. You can skip this step if you have one.
179+
Install the required tools. The following has been tested on a Fedora 36 template:
180+
181+
```
182+
sudo dnf install -y zbar pass pass-otp
183+
```
184+
185+
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:
180186

181187
```
182188
gpg --full-gen-key

0 commit comments

Comments
 (0)