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
|
ControlPath ~/.ssh/master-%r@%n:%p
|
||||||
ControlPersist 60s
|
ControlPersist 60s
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
|
UpdateHostKeys yes
|
||||||
'') vivariumBuilders
|
'') 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
|
} > /root/.ssh/config
|
||||||
|
|
Loading…
Reference in a new issue