Srijan R. Shetty bio photo

Srijan R. Shetty

Email Twitter LinkedIn Github RSS

This one is short, I wanted to use TouchId for sudo in Mac OSX.

# Edit pam.d
sudo vi /etc/pam.d/sudo

# Add the following as the first line
auth sufficient pam_tid.so

Works like a charm.