FIDO2 potential to brick #819
Labels
No labels
bug
Closed As
complete
Closed As
duplicate
Closed As
insufficient data
Closed As
moved
Closed As
not possible
Closed As
out of scope
Closed As
stale
good first issue
help wanted
improvement
needs changes
needs committer review
needs info
new change
Priority
awaiting triage
Priority
needs review
Priority
next meeting
Priority
waiting on assignee
Priority
waiting on external
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Docs/quick-docs#819
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When following the instructions for adding a Yubikey with u2f authentication, the instructions could perhaps be a bit clearer or expanded. Because before adding a line to a PAM module, you need to also either:
run: sudo authselect select sssd with-pam-u2f
or really make sure the line you add is below system-auth.
I did both the second time around so I can't verify which one fixes it, but if you don't properly do this but set it in: /etc/pam.d/sudo, your machine is now "bricked" because you can't authenticate as root anymore.
Fairly easily fixable if you plug a live cd usb in, but still.
Would be nice if anyone knows which of the above mentioned causes the issue and maybe we could add either like a CAUTION: line or the additional install line.