remote-builds: Fix host key verification

This commit is contained in:
Geoffrey Frogeye 2025-01-23 17:32:15 +01:00
parent 875ea5d137
commit fafc4d45b7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

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