Skip to content

Instantly share code, notes, and snippets.

@florianpasteur
Created March 30, 2022 07:32
Show Gist options
  • Save florianpasteur/90a0a21d0620b05179679941c440f0b8 to your computer and use it in GitHub Desktop.
Save florianpasteur/90a0a21d0620b05179679941c440f0b8 to your computer and use it in GitHub Desktop.
Enable touch id for sudo

Enable touch for to sudo

In a terminal run:

cd /etc/pam.d/
sudo vim sudo

Append the following line to 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