Next step: SSH automatically paste password from Keychain/OnePass/LastPass after Touch ID.
Use Touch ID for Sudo on Mac
41–50 of 221 posts
Re: Use Touch ID for Sudo on Mac
#42Next step: SSH automatically paste password from Keychain/OnePass/LastPass after Touch ID.
Re: Use Touch ID for Sudo on Mac
#43Very handy. But you can use your Apple Watch for sudo which is even better: [0] [0] https://github.com/insidegui/pam-watchid
You have to take your fingers off the keyboard for this which is a big distractor, worse than using a mouse. I use this feature for other touch cases (e.g. unlocking 1Password) but would hate it when in the flow. Admittedly my password is well wired into my fingers.
I haven't tried it myself ...
Re: Use Touch ID for Sudo on Mac
#44Re: Use Touch ID for Sudo on Mac
#45Earlier quoted context omitted.
It still strikes me as weird that Apple went with Touch ID vs Face ID on the Mac. Computer form factors in general, and particularly notebooks and AIOs, should be perfect for Face ID: the user is always at a good distance, in the right position, looking at it, and as you say will frequently have their hands otherwise occupied actually controlling the system. For that matter a Face ID+iPhone-quality camera thing for M…
Less likely to accidentally fool you into tapping the finger sensor vs fool you into showing your face to the camera
Re: Use Touch ID for Sudo on Mac
#46Very handy. But you can use your Apple Watch for sudo which is even better: [0] [0] https://github.com/insidegui/pam-watchid
You have to take your fingers off the keyboard for this which is a big distractor, worse than using a mouse. I use this feature for other touch cases (e.g. unlocking 1Password) but would hate it when in the flow. Admittedly my password is well wired into my fingers.
Re: Use Touch ID for Sudo on Mac
#47The article will not allow sudo changes on Big Sur - at least, not without changing permissions of the sudo file first: 1. sudo -Si 2. chmod 644 /etc/pam.d/sudo 3. vi /etc/pam.d/sudo 4. Add the 'Auth sufficient pam_tid.so' line 5. chmod 444 /etc/pam.d/sudo 6. ... 7. Profit! Very handy tip though, thanks!
I don’t get it, the article shows it in 2 steps why the 5 step verbosity??
Re: Use Touch ID for Sudo on Mac
#48Why is this not very efficient? Isn't moving my finger to touch the key equivalent to a single key stroke? How is a single key stroke less efficient then many key strokes?
Re: Use Touch ID for Sudo on Mac
#49Earlier quoted context omitted.
I don’t get it, the article shows it in 2 steps why the 5 step verbosity??
It seems in Big Sur the file you need to edit is not writable. So you need to make it writable first, edit it, and then change permissions back to read-only.