mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
85136ba279
commit
a7acf091a1
@@ -1,2 +1,3 @@
|
||||
Host pagure.io
|
||||
IdentityFile ~/.ssh/id_rsa_docs_trans
|
||||
StrictHostKeyChecking no
|
||||
|
||||
Reference in New Issue
Block a user