From 7645fe200b86ac131eab735389bb812dbdc24d5e Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 24 Sep 2023 19:12:04 +0200 Subject: [PATCH] enable SSHFP dns lookups --- dotfiles/ssh/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/ssh/.ssh/config b/dotfiles/ssh/.ssh/config index 7923fdc..ff67628 100644 --- a/dotfiles/ssh/.ssh/config +++ b/dotfiles/ssh/.ssh/config @@ -1,5 +1,6 @@ Host * AddKeysToAgent yes + VerifyHostKeyDNS yes Host kyle Hostname kyle.lubi.link