mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
VerifyHostKeyByDNS is supposed to be yes
fix previous commit, I imagine I changed it by accident.
This commit is contained in:
parent
e634ee8863
commit
95bcf095df
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user