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