diff --git a/notes/yubikey.md b/notes/yubikey.md new file mode 100644 index 0000000..f1411ce --- /dev/null +++ b/notes/yubikey.md @@ -0,0 +1,8 @@ +# Yubikey + +configure pam u2f + +```bash +mkdir -p ~/.config/Yubico +nix shell nixpkgs#pam_u2f --command pamu2fcfg > ~/.config/Yubico/u2f_keys +```