From 1416b5ede06366ae553d95437bf1af64e44085a8 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 15 Mar 2018 11:39:06 +1100 Subject: [PATCH] Enable SSHFP host key verification :3 --- ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/config b/ssh/config index 44aace7..a2adbef 100644 --- a/ssh/config +++ b/ssh/config @@ -5,4 +5,5 @@ Host * ControlPath ~/.cache/ssh/%r@%h:%p ControlPersist 3600 StreamLocalBindUnlink yes + VerifyHostKeyDNS yes VisualHostKey yes