-
Notifications
You must be signed in to change notification settings - Fork 45
macOS already supports this #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Wow, thanks for the tip! Been using this since I got my MacBook, cool to see a native solution exists. |
You're right to point out that macOS already supports TouchID with Also, I'd generally lean towards avoiding editing core system config files if possible, but that's just my personal opinon! The way I use this project is by building the binary with a different name (I personally use This is down to personal preference really, but I completley agree that pointing out both options in the readme would be a good idea. |
@lucasjohnston You can still use sudo over ssh even if you enable this, since |
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 replacesudo
:It might be nice to point this out in the README.
The text was updated successfully, but these errors were encountered: