haemka 247792c116 Pin host keys via variables instead of ssh-keyscan
Replaces the ssh-keyscan-based known_hosts population (and the
diagnostic step added to debug its flakiness) with two vars,
GITEA_HOST_KEY and DEPLOY_HOST_KEY, each a full known_hosts-format
line. No extra network calls before the real connections, no TOFU, and
no more risk of tripping aquaria's connection-rate limiting — the
actual root cause of the earlier flakiness was ssh-keyscan opening
multiple near-simultaneous connections (one per probed key type).
2026-08-14 16:54:35 +00:00
2026-08-14 16:54:33 +00:00
2026-08-14 16:54:33 +00:00
2026-08-14 16:54:32 +00:00
2026-08-14 16:54:32 +00:00
2026-08-14 16:54:33 +00:00
2026-08-14 16:54:31 +00:00
2020-05-31 15:44:53 +02:00
2026-08-14 16:54:31 +00:00
S
Description
No description provided
Readme 20 MiB
Languages
Python 87.7%
Shell 12.3%