Last active
March 7, 2025 23:56
-
-
Save ElijahLynn/07ba9b3c178fdcf55b3849c5ac11c52f to your computer and use it in GitHub Desktop.
Revisions
-
ElijahLynn revised this gist
Mar 7, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ For a consistent fingerprint auth experience on Mac, for both GUI and CLI, I learned that I can add the below and everytime I would have gotten a password prompt, I now instead get a fingerprint popup modal. Saves a ton of time if you have a longer password. /etc/pam.d/sudo Add this line to the TOP, bottom won't work. ``` auth sufficient pam_tid.so ```` -
ElijahLynn created this gist
Mar 7, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ For a consistent fingerprint auth experience on Mac, for both GUI and CLI, I learned that I can add the below and everytime I would have gotten a password prompt, I now instead get a fingerprint popup modal. Saves a ton of time if you have a longer password. /etc/pam.d/sudo ``` auth sufficient pam_tid.so ````