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:
parent
85136ba279
commit
a7acf091a1
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
Host pagure.io
|
||||
IdentityFile ~/.ssh/id_rsa_docs_trans
|
||||
StrictHostKeyChecking no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue