Howdy!
I have a Fedora 35 workstation configured to require a Yubikey to as a second factor when logging in or using sudo
. Until a software update yesterday this configuration worked fine:
Installed the package pam-u2f
Added this line:
auth required pam_u2f.so
to several configuration files in /etc/pam.d/
This worked fine until I did my regular software update and rebooted yesterday. Now my Yubikey doesn’t blink to prompt for me to touch it and I cannot log in. The Yubikey doesn’t prompt for me to press it either through the GNOME login page or from one of the virtual terminals.
Does anyone know why a software update would have broken this?
My current plan is to:
- Wait a few days so any emergency bugfixes become available
- Boot into a live version of Fedora
- Decrypt the main drive
- Edit the
/etc/pam.d/
configuration files to no longer requirepam_u2f.so
- Boot back into the main version of Fedora
- Update all software
- Add the
pam_u2f.so
entries back into the/etc/pam.d/
configuration files - Repeat as necessary if it doesn’t work