-
-
Save backslash-f/b66d0d762a885f1e7d97cea76a51d3ae to your computer and use it in GitHub Desktop.
TouchID in Terminal (https://www.imore.com/how-use-sudo-your-mac-touch-id)
This file contains hidden or 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 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