remote-builds: Fix host key verification
This commit is contained in:
parent
875ea5d137
commit
fafc4d45b7
|
@ -54,7 +54,10 @@ in
|
|||
ControlPath ~/.ssh/master-%r@%n:%p
|
||||
ControlPersist 60s
|
||||
VerifyHostKeyDNS yes
|
||||
UpdateHostKeys yes
|
||||
'') vivariumBuilders
|
||||
# Check SSHFP records so hopefully no need to manually add SSH host keys,
|
||||
# yet add them to known_hosts should we not be using DNSSEC-validating DNS.
|
||||
)
|
||||
)
|
||||
} > /root/.ssh/config
|
||||
|
|
Loading…
Reference in a new issue