Protect home

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-11-11 14:51:43 -07:00
parent 2873434ff9
commit bc80cf463c
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17
2 changed files with 7 additions and 1 deletions

View File

@ -3,9 +3,12 @@
# Comment this line out if you don't have Touch ID
awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo
# Protect Home
sudo chmod 700 /Users/administrator
# Verify SSH Fingerprints
echo "VerifyHostKeyDNS yes" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf
sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
# Enable Safari debug menu
defaults write com.apple.Safari IncludeInternalDebugMenu 1
defaults write com.apple.Safari IncludeInternalDebugMenu 1

View File

@ -3,6 +3,9 @@
# Comment this line out if you don't have Touch ID
awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo
# Protect Home
sudo chmod 700 /Users/tomster
# Verify SSH Fingerprints
echo "VerifyHostKeyDNS yes" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf
sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf