-
-
Save mateusmedeiros/07749acc1eb99d7c48beb5d75894ee56 to your computer and use it in GitHub Desktop.
Touch ID for sudo including tmux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo: auth account password session | |
auth optional pam_reattach.so | |
auth sufficient pam_tid.so | |
auth sufficient pam_smartcard.so | |
auth required pam_opendirectory.so | |
account required pam_permit.so | |
password required pam_deny.so | |
session required pam_permit.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment