summaryrefslogtreecommitdiff
path: root/src/SW/yubikey-auth/document.en.rest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/SW/yubikey-auth/document.en.rest.txt')
-rw-r--r--src/SW/yubikey-auth/document.en.rest.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/SW/yubikey-auth/document.en.rest.txt b/src/SW/yubikey-auth/document.en.rest.txt
index f26b026..80cff2f 100644
--- a/src/SW/yubikey-auth/document.en.rest.txt
+++ b/src/SW/yubikey-auth/document.en.rest.txt
@@ -19,17 +19,23 @@ Very rough:
* install |pam_u2f|_
+ There's still a weird problem in that ebuild, it puts the library in
+ the wrong directory. You may need to ``cp
+ /lib/x86_64-linux-gnu/security/pam_u2f.so /lib64/security``
+
* add at the top of ``/etc/pam.d/system-login``::
auth required pam_u2f.so
-* run::
+* run, as each user on your machine::
mkdir -p ~/config/Yubico
- pamu2fcfg -uusername -opam://$(hostname) -ipam://$(hostname) \
+ pamu2fcfg -u${USER} -opam://$(hostname) -ipam://$(hostname) \
>> ~/config/Yubico/u2f_keys
-* Done. See the |pam_u2f|_ documentation for further details.
+* Done. Now you'll need to touch your Yubikey every time you login,
+ after you type the username but before you type the password. See
+ the |pam_u2f|_ documentation for further details.
.. note::