1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-11-22 09:51:33 -05:00

Rename file

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-01-18 06:50:24 -05:00
parent 13d84f52ad
commit 7d7ba11736
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -17,5 +17,5 @@ brew install butane hugo nmap
brew install --cask docker github gpg-suite microsoft-auto-update microsoft-edge parallels protonvpn visual-studio-code brew install --cask docker github gpg-suite microsoft-auto-update microsoft-edge parallels protonvpn visual-studio-code
# Verify SSH Fingerprints # Verify SSH Fingerprints
echo "VerifyHostKeyDNS=true" | sudo tee /etc/ssh/ssh_config.d/VerifyHostKeyDNS.conf echo "VerifyHostKeyDNS yes" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf
sudo chmod 644 /etc/ssh/ssh_config.d/VerifyHostKeyDNS.conf sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf