Skip to content

Instantly share code, notes, and snippets.

@chris-kobrzak
Created January 8, 2025 15:54
Show Gist options
  • Save chris-kobrzak/800d01ead9da866f9ce733909a73ea3b to your computer and use it in GitHub Desktop.
Save chris-kobrzak/800d01ead9da866f9ce733909a73ea3b to your computer and use it in GitHub Desktop.
Enable TouchID from within iTerm2 (sudo)

sudo cp /etc/pam.d/sudo_local.template /etc/pam.d/sudo_local

Add the line auth sufficient pam_tid.so to the beginning of /etc/pam.d/sudo

Save the file and open a new iTerm2 session

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