From 52e51f4b8d18a6e66e8e6235b3151422d905883b Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 2 May 2020 18:16:15 +0100 Subject: ssh: Enable VerifyHostKeyDNS by default --- ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssh/config b/ssh/config index f293bc7..936d209 100644 --- a/ssh/config +++ b/ssh/config @@ -1,5 +1,8 @@ # -*- mode: conf-space -*- +Host * + VerifyHostKeyDNS yes + Host github HostName github.com User git -- cgit v1.2.3-70-g09d2