On our server we run a cronjob that checks our bitbucket git repository for the latest tag. When we run the command ourself it works just fine. For some reason when the cron executes the command it gives the following error:
ssh_exchange_identification: read: Connection reset by peer fatal: The remote end hung up unexpectedly
What could be the problem? I am running Ubuntu 10.04 (I know, it's old... Don't ask)
0 Answers