Setting up SSH connection

heihachi88 October 30, 2016

Hello, i've successfully installed Bitbucket Server 4.10 behind nginx. Now i have issues while cloning/pushing repos from my local server. Everytime i do that i am asked for a password. What's wrong?

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 1, 2016

Hello Alexander,

Thank you for your inquire.

Well done on installing Bitbucket Server behind nginx.

Regarding on the password request, one possible cause could be you are not adding the ssh protocol to the git clone command:

git clone git@localhost:7999/proj/repository.git (causing password request)
 
git clone ssh://git@localhost:7999/proj/repository.git (suggestion)

Also, you could try to run the following from Terminal as this will provide you with DEBUG information during Clone command.

GIT_SSH_COMMAND="ssh -vvv" git clone ssh://git@localhost:7999/proj/repository.git

Kind regards,
Rafael P. Sperafico

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events