From 7d7ba1173682c13cd0eb12cc0e381baf9719d65d Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 18 Jan 2023 06:50:24 -0500 Subject: [PATCH] Rename file Signed-off-by: Tommy --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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