Security Upgrade: Simplify Your Life with Touch ID for Sudo on Mac
Stop Typing Your Sudo Password, Use Touch ID Instead
One of the greatest benefits of Touch ID on Mac is the convenience it provides for various tasks, such as making purchases, signing into apps, and unlocking the device. Now, you can also use Touch ID to authenticate as an administrator in Terminal for all sudo commands with just one tap.
How to Enable Touch ID for Sudo
- Copy and Create New Configuration File
- Copy the default template configuration file provided by Apple and create a new one called
sudo_local:
sudo cp /etc/pam.d/sudo_local.template /etc/pam.d/sudo_local - Copy the default template configuration file provided by Apple and create a new one called
- Edit the
sudo_localFile- Open the newly created
sudo_localfile with your preferred text editor (e.g., Nano):
sudo nano /etc/pam.d/sudo_local - Open the newly created
- Uncomment the Auth Line
- Uncomment the line containing
pam_tid.soby removing the#. Allow any system prompts that may appear.
- Uncomment the line containing
- Verify the Setup
- Open a new Terminal session and run a sudo command to test the setup. You should now get a prompt to use Touch ID for authentication instead of typing your password.
Security Note
Apple stores Touch ID data locally with AES-256 encryption in the Secure Enclave, ensuring that it is never sent to Apple servers or backed up to iCloud. The Secure Enclave only returns a 'yes' or 'no' if the authentication is successful.
Latest News
xBloom Studio: The Coffee Maker That Puts Science in Your Cup
4 months ago
Moto Watch Fit Priced at $200: Is It Worth the Cost for Fitness Enthusiasts?
5 months ago
iOS 18's Subtle but Significant Privacy Boost: Granular Contact Sharing Control
5 months ago
Walmart Unveils Onn 4K Plus: The Affordable $30 Google TV Streaming Device
5 months ago
Judge Forces Apple to Comply: Epic Games' Fortnite Returns Hinge on Court Order
5 months ago
OnePlus Unveils the ‘Plus Key’: Is It Just an iPhone Knockoff or Something Revolutionary?
5 months ago