<div dir="ltr"><div>> Here you problem is "Host key verification failed." This is a common problem with automatiting ssh. whenever ssh will encounter a new host, he will ask a human to accept its key. Here, as buildbot is not human, it will just fail.<br>> If you run the git clone manually, he will ask you to verify the host key, and then remember that choice, so any further automated connection will work.<br><br></div>Yep, that and the HOME environment variable seem to be the issue. I explicitly set that using the env option on each build step, and that seems to have fixed it. Thanks for your help.<br></div>