Use Touch ID for Sudo on Mac
21–30 of 221 posts
Re: Use Touch ID for Sudo on Mac
#22Re: Use Touch ID for Sudo on Mac
#23(I don't have a Touch ID Mac to find out.)
Re: Use Touch ID for Sudo on Mac
#24What happens when your Mac has multiple user accounts, some are admins and some are not, but all have Touch ID set up? Would that inadvertently give sudo power to users who shouldn't have it? (I don't have a Touch ID Mac to find out.)
Re: Use Touch ID for Sudo on Mac
#25Re: Use Touch ID for Sudo on Mac
#26Re: Use Touch ID for Sudo on Mac
#27As the author says, “Since you expect to be be typing in a command line, moving your finger to touch the key is probably not very efficient.” I was excited to set this up when the first fingerprint sensor macs came out. Within a couple of days I’d switched it off. It is quite inconvenient and especially bad if you use an external keyboard.
Re: Use Touch ID for Sudo on Mac
#28Very handy. But you can use your Apple Watch for sudo which is even better: [0] [0] https://github.com/insidegui/pam-watchid
I agree using your watch is cool. However I think you lose out on the security aspect, an important element that a fingerprint provides all on the same device.
Re: Use Touch ID for Sudo on Mac
#29Very 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
#30The 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??