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:
Michael S 2020-04-09 12:15:21 +00:00 committed by Pierre-Yves Chibon
parent 85136ba279
commit a7acf091a1

View file

@ -1,2 +1,3 @@
Host pagure.io
IdentityFile ~/.ssh/id_rsa_docs_trans
StrictHostKeyChecking no