SDDM doesn’t log in if u2f is enabled #90348
Labels
0.kind: bug
Something is broken
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
configuration.nix
and rebuild the system:pamu2f -u <user> > /home/<user>/.config/Yubico/u2f_keys && chown -R <user> /home/<user>/.config/Yubico
<user>
in SDDM. Type the password, plug in your U2F key, if your model has a physical button, click it when it blinks.Expected behavior
Given that the login is valid, the desktop manager should start. Instead, SDDM seems to be waiting for something, doesn’t respond to anything. Setting the
security.pam.u2f.control = "optional"
allows to log in if the u2f key isn’t plugged in, but shows the same problem if it is. Even if the password is wrong, SDDM will hang when touching the U2F button.Additional context
Add any other context about the problem here.
Notify maintainers
@abbradar @ttuegel
Metadata
Maintainer information:
The text was updated successfully, but these errors were encountered: