I have an integration that clones my code from github fine using a newly generated key pair.
However I have a pre-trigger that runs `carthage bootstrap` to pull my dependencies. Dependencies from my own private repos fail to download, showing " Host key verification failed" which implies Carthage is using SSH to connect to github (should be https I think) but is also struggling with known_hosts.
Does anybody have any clues how to set this up? I have it all working fine under a "builder" account on the same box, it only fails when run as the Xcode Server user.