<div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>I developed a library using build2, uploaded to a private bitbucket repository and now I want to consume it from another project.</div><div><br></div><div>I followed the documentation and I updated the following files: manifest, repositories.manifest and myproj/buildfile. Specifically, in repositories.manifest I added the https location of my bitbucket repository. The problem is that everytime I build my project, build2 tries to download the library and asks me the password of my bitbucket account again.</div><div><br></div><div>A workaround is to use ssh protocol instead, so I can setup a ssh key and use it to log in to my account. In repositories.manifest I tried to pass the ssh url (ssh://git@bitbucket.org:luiz....git#master), however it seems that build2 doesn't support ssh. Build2 doesn't support ssh or am I missing something? </div><div><br></div><div><br></div></div></div>