Skip to content

Instantly share code, notes, and snippets.

@kennwhite
Last active May 15, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennwhite/c8de0ef0b54c768df2d3c459420556c6 to your computer and use it in GitHub Desktop.
Save kennwhite/c8de0ef0b54c768df2d3c459420556c6 to your computer and use it in GitHub Desktop.
Enable TouchID in terminal for sudo on macOS

sudo vi /etc/pam.d/sudo

Add to the end BEGINNING of the file:

auth sufficient pam_tid.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment