From 95bcf095df514d6ea6eb658c5d2ae407a6eff071 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 11 May 2019 00:58:00 +0300 Subject: [PATCH] VerifyHostKeyByDNS is supposed to be yes fix previous commit, I imagine I changed it by accident. --- .mikaela/ssh/config | 2 +- etc/ssh/ssh_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mikaela/ssh/config b/.mikaela/ssh/config index 8b8b637e..074b7108 100644 --- a/.mikaela/ssh/config +++ b/.mikaela/ssh/config @@ -46,7 +46,7 @@ Host * # DNSSEC is used, but apparently only "ask" and "no" write known_hosts # However with "ask" you won't be told whether the zone is signed, so # I consider "yes" to be the least evil. - VerifyHostKeyDNS ask + VerifyHostKeyDNS yes Host aur.archlinux.org User aur diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index f9106fc2..03cf1747 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -47,4 +47,4 @@ Host * # DNSSEC is used, but apparently only "ask" and "no" write known_hosts # However with "ask" you won't be told whether the zone is signed, so # I consider "yes" to be the least evil. - VerifyHostKeyDNS ask + VerifyHostKeyDNS yes