From c6c12cb152246751e551c7a5ec1453e063a85b0f Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 20 May 2024 18:45:32 +0300 Subject: [PATCH] notes: add info about yubikey --- notes/yubikey.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 notes/yubikey.md 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 +```