VerifyHostKeyByDNS is supposed to be yes

fix previous commit, I imagine I changed it by accident.
This commit is contained in:
Aminda Suomalainen 2019-05-11 00:58:00 +03:00
parent e634ee8863
commit 95bcf095df
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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