sudo-touchid icon indicating copy to clipboard operation
sudo-touchid copied to clipboard

A fork of `sudo` with Touch ID support.

Results 17 sudo-touchid issues
Sort by recently updated
recently updated
newest added

## TL;DR As current solution became 5 years old, I propose the following: [github.com/artginzburg/sudo-touchid](https://github.com/artginzburg/sudo-touchid#readme) > Posting here to confirm stability over various systems. Works for me and my friends on...

'brew install sudo-touchid' would be amazing. https://brew.sh

The Apple Watch can be used to unlock the mac. Can this tool be updated to include the ability to grant sudo with the Apple Watch?

I get the following error: sudo: Unable to initialize authentication methods. When using sudo as `admin` user. On my main user it works fine.

Although this is a cool project, if you add the following line to the top of `/etc/pam.d/sudo` there is no need to replace `sudo`: ``` auth sufficient pam_tid.so ``` It...

When I excute sudo in ssh, it just freeze and the dialog pop up on the macbook's screen which I cannot click in the ssh.

Merge #15 to this project. Thanks to @serverwentdown & @knu & Ambrose Chua!

Neat hack! :-D I know this project is focused on OSX, but would it be possible to port the same idea de Linux `sudo` command? :-) I don't hace a...

Hello, First of all thank you, this is a nice project. After building with Xcode (ver. 9) and running ```/path-to-products/Release/sudo -s``` I get the following errors: > dyld: lazy symbol...