Skip to content

Instantly share code, notes, and snippets.

@sbrodehl
Last active August 27, 2022 10:01
Show Gist options
  • Save sbrodehl/13f852b776b8b2b03d4695f14d2e8622 to your computer and use it in GitHub Desktop.
Save sbrodehl/13f852b776b8b2b03d4695f14d2e8622 to your computer and use it in GitHub Desktop.
TouchID to Authenticate sudo
# See https://news.ycombinator.com/item?id=32611340
# /etc/pam.d/sudo
# ...
auth sufficient pam_smartcard.so
auth sufficient pam_tid.so
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment