Jump to content

Talk:Yubikey: Difference between revisions

From NixOS Wiki
Latest comment: 29 April by Radiantly4107 in topic pkgs.yubikey-personalization
imported>SteveeJ
pcscd can be problematic and not strictly required
 
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:


I'm not putting this in the main article as it'd probably need an invasive edit since it mentions pcscd everywhere.
I'm not putting this in the main article as it'd probably need an invasive edit since it mentions pcscd everywhere.
=== udev setup ===
I needed to set up udev to make the Yubikeys readable as well. My solution was to:
1 . Add libfido2 to services.dev.udev.packages
2. Create `users.groups.plugdev = {};` and add my user to the `plugdev` group.
==  pkgs.yubikey-personalization seems outdated ==
pkgs.yubikey-personalization afik is for yubikey series 1 and 2. No idea what the replacement for 5 Series and Bio is, but it ain't that.
== pkgs.yubikey-personalization ==
Is end of life in Febuary 19, 2026, as stated here https://www.yubico.com/support/download/yubikey-personalization-tools/ [[User:Radiantly4107|Radiantly4107]] ([[User talk:Radiantly4107|talk]]) 23:09, 29 April 2025 (UTC)

Latest revision as of 23:09, 29 April 2025

pcscd is not strictly required

I've had my fair share of problems with the pcscd, namely that it often required restarts to function. Fortunately I noticed that gpg-agent can work without it just fine. The only thing standing in my way was a missing udev rule for the Yubikey Neo:

    # Yubikey 4/5 U2F+CCID
    SUBSYSTEM=="usb", ATTR{idVendor}=="1050", ATTR{idProduct}=="0406", ENV{ID_SECURITY_TOKEN}="1", GROUP="wheel"

I'm not putting this in the main article as it'd probably need an invasive edit since it mentions pcscd everywhere.


udev setup

I needed to set up udev to make the Yubikeys readable as well. My solution was to: 1 . Add libfido2 to services.dev.udev.packages 2. Create `users.groups.plugdev = {};` and add my user to the `plugdev` group.

pkgs.yubikey-personalization seems outdated

pkgs.yubikey-personalization afik is for yubikey series 1 and 2. No idea what the replacement for 5 Series and Bio is, but it ain't that.

pkgs.yubikey-personalization

Is end of life in Febuary 19, 2026, as stated here https://www.yubico.com/support/download/yubikey-personalization-tools/ Radiantly4107 (talk) 23:09, 29 April 2025 (UTC)Reply