Oh that explains why it didn’t make sense to me. Thanks! Jan —
> On 26. Jul 2020, at 22:34, Joan Touzet <woh...@apache.org> wrote: > > Ah, that's a missing pubkey in the jenkins user on repo-nightly, not that the > hostkey changed. I thought I got that, but apparently not. I'll fix it today. > > -Joan > > On 2020-07-26 7:05 a.m., Jan Lehnardt wrote: >> Hey all, >> we are getting CI fails on master because the host key for repo-nightly >> changed. >> I’m not sure how to fix this: >> >> https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FFullPlatformMatrix/detail/master/209/pipeline >> [2020-07-26T10:55:22.484Z] + rsync -avz -e ssh -o StrictHostKeyChecking=no >> -i **** ****@repo-nightly.couchdb.org:/var/www/html/master . >> [2020-07-26T10:55:28.535Z] Warning: Permanently added >> 'repo-nightly.couchdb.org,209.188.14.151' (ECDSA) to the list of known hosts. >> [2020-07-26T10:55:28.880Z] ****@repo-nightly.couchdb.org: Permission denied >> (publickey). >> [2020-07-26T10:55:28.880Z] rsync: connection unexpectedly closed (0 bytes >> received so far) [Receiver] >> [2020-07-26T10:55:28.880Z] rsync error: unexplained error (code 255) at >> io.c(235) [Receiver=3.1.3] >> [2020-07-26T10:55:28.880Z] + mkdir -p master >> [2020-07-26T10:55:28.880Z] + rm -rf master/debian/* master/el6/* >> master/el7/* master/el8/* >> [2020-07-26T10:55:28.880Z] + mkdir -p master/debian master/el6 master/el7 >> master/el8 master/source >> [2020-07-26T10:55:28.880Z] + rsync -avz -e ssh -o StrictHostKeyChecking=no >> -i **** ****@repo-nightly.couchdb.org:/var/www/html/js . >> [2020-07-26T10:55:34.924Z] ****@repo-nightly.couchdb.org: Permission denied >> (publickey). >> [2020-07-26T10:55:34.924Z] rsync: connection unexpectedly closed (0 bytes >> received so far) [Receiver] >> [2020-07-26T10:55:34.924Z] rsync error: unexplained error (code 255) at >> io.c(235) [Receiver=3.1.3] >> script returned exit code 255 >> Best >> Jan