diff --git a/install.sh b/install.sh index e7bae32..e8288ad 100644 --- a/install.sh +++ b/install.sh @@ -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 # Verify SSH Fingerprints -echo "VerifyHostKeyDNS=true" | sudo tee /etc/ssh/ssh_config.d/VerifyHostKeyDNS.conf -sudo chmod 644 /etc/ssh/ssh_config.d/VerifyHostKeyDNS.conf \ No newline at end of file +echo "VerifyHostKeyDNS yes" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf +sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf \ No newline at end of file