From a4400e39ad530dfb671df326894fd92ce9d0b5a4 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 9 Apr 2021 09:05:47 +0100 Subject: [PATCH] Add DNS lookup for host keys --- ssh/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 3678104..a22bba3 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -11,3 +11,4 @@ Host * TCPKeepAlive yes ServerAliveInterval 60 ServerAliveCountMax 30 + VerifyHostKeyDNS ask