Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Last active March 7, 2025 23:56
Show Gist options
  • Select an option

  • Save ElijahLynn/07ba9b3c178fdcf55b3849c5ac11c52f to your computer and use it in GitHub Desktop.

Select an option

Save ElijahLynn/07ba9b3c178fdcf55b3849c5ac11c52f to your computer and use it in GitHub Desktop.

Revisions

  1. ElijahLynn revised this gist Mar 7, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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
    /etc/pam.d/sudo Add this line to the TOP, bottom won't work.
    ```
    auth sufficient pam_tid.so
    ````
  2. ElijahLynn created this gist Mar 7, 2025.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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
    ````