How do I determine the SSH base URL for Bitbucket mirror ?
For example if the Bitbucket mirror URL is https://<mirror server ip>:8443/mirror
And my Bitbucket primary server ssh base URL is ssh://<primary bitbucket server ip>:8080
does any of above influence SSH base URL for Bitbucket mirror ?
In general, a mirror's SSH URL is very similar to a primary Bitbucket instance's default SSH base URL, and is not configurable.
The easiest way to find out the SSH URL for your mirror is to go to a mirrored repository on your primary server and look at the clone dialog.
If the repository is mirrored, you should see a dropdown menu that lets you pick the mirror, and show you the SSH or HTTPS clone URL for the current repository.
Your mirror's SSH Clone URL structure would look something like this:
ssh://git@<mirror_base_url>:7999/<primary_hostname>/<project_key>/<repo_slug>.git
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.