Terminal & Touch ID

2021-01-03 by jean tran

How to enable Touch ID authorization for sudo

Works from macOS High Sierra - macOS Big Sur

  1. Edit your sudo file at :

/etc/pam.d/sudo

2. Then add the following line into the file.

auth sufficient pam_tid.so

3. It should prompt, to use Touch ID sensor.

Last updated

Was this helpful?