<div dir="ltr"><div>How do you configure Buildbot to use SSH keys instead of a password when polling a Git repository?<br><br>The only way I could get Buildbot to work with my private repo was to give it a URL like:<br><br>    <a href="https://username:password@bitbucket.org/myuser/myrepo.git">https://username:password@bitbucket.org/myuser/myrepo.git</a><br><br></div>However, Buildbot displays this URL on almost every page in the web UI, showing the user's password. How do I prevent this?<br></div>