> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/data-engineering/shell/macoss-touch-id-on-terminal.md).

# MacOS's Touch ID on Terminal

```bash
sudo /etc/pam.d/sudo
```

Add the following line **on top**<br>

```
auth sufficient pam_tid.so
```

![](/files/yy0OZWlGR4Jeal3hLUsg)

Ref: <https://dev.to/equiman/how-to-use-macos-s-touch-id-on-terminal-5fhg>
