deso

Gentoo > fido2

# List tokens
fido2-token -L
# Set minimum PIN length
fido2-token -S -l 12 /dev/hidraw7
# Set PIN
fido2-token -S /dev/hidraw7
# List credentials
fido2-token -L -r /dev/hidraw7
# Get credential ID of key
fido2-token -L -k login.microsoft.com /dev/hidraw7
# Delete credential by ID
fido2-token -D -i kgG5VJ7L4nP...OYSK5Rihmjbw= /dev/hidraw7
systemd-cryptenroll \
    --fido2-device=auto \
    --fido2-with-client-pin=false \
    --fido2-with-user-presence=false \
    --fido2-with-user-verification=false \
    /dev/nvme0n1p2

Note: --fido2-with-user-presence might be enforced by your FIDO2 security key, systemd-cryptenroll will then give a hint and just set it to true.

16:53 05.01.2025