mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
Since that's run by cron, we have to accept the key. Given that a MITM of pagure would just enable to intercept nothing of value (we are using public keys, the data to be commited can be regenerated trivially and would just concern translation), disabling StrictHostKeyChecking for that user is IMHO not a security risk.
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
Host pagure.io
|
|
IdentityFile ~/.ssh/id_rsa_docs_trans
|
|
StrictHostKeyChecking no
|