Files
fedora-infra_ansible/roles/fedora-docs/translation/files/ssh_config
Michael Scherer a7acf091a1 Disable hostkey verification
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.
2020-04-24 21:34:28 +02:00

4 lines
80 B
Plaintext

Host pagure.io
IdentityFile ~/.ssh/id_rsa_docs_trans
StrictHostKeyChecking no