notes: add info about yubikey
This commit is contained in:
parent
52c76bbe6a
commit
c6c12cb152
1 changed files with 8 additions and 0 deletions
8
notes/yubikey.md
Normal file
8
notes/yubikey.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Yubikey
|
||||
|
||||
configure pam u2f
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.config/Yubico
|
||||
nix shell nixpkgs#pam_u2f --command pamu2fcfg > ~/.config/Yubico/u2f_keys
|
||||
```
|
Loading…
Reference in a new issue