Determining SSH base URL for bitbucket mirror

yogesh_devi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 1, 2016

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 ?

1 answer

0 votes
Felix
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 4, 2016

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@&lt;mirror_base_url&gt;:7999/&lt;primary_hostname&gt;/&lt;project_key&gt;/&lt;repo_slug&gt;.git

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events