notes: add info about yubikey

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-20 18:45:32 +03:00
parent 52c76bbe6a
commit c6c12cb152
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

8
notes/yubikey.md Normal file
View 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
```