31 August 2022
Edit on GithubA nifty trick learned from this blog post. This is mostly writing here for my own future reference:
- Edit
/etc/pam.d/sudo
- Add the line
auth sufficient pam_tid.so
below thepam_smartcard.so
line
Done!
A nifty trick learned from this blog post. This is mostly writing here for my own future reference:
/etc/pam.d/sudo
auth sufficient pam_tid.so
below the pam_smartcard.so
lineDone!