Hi,
I have tried to follow the steps listed but no luck.
Added public key to bitbucket server under "user" section.
eval `ssh-agent`
ssh-add ~/.ssh/id_rsa
ssh-add -l #lists the added key
ssh -T admin@10.0.38.209 #Bitbucket server IP address
Permission denied (publickey).
git clone ssh://admin@10.0.38.209:7999/xxx/xxx.git
Cloning into xxx ...
<hangs for a while>
ssh: connect to host 10.0.38.209 port 7999: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git clone with https works. Ideas?
Hi Jitendra
connect to host 10.0.38.209 port 7999: Connection timed out
suggests that there may be a firewall in between you and Bitbucket Server that is preventing access to port 7999. You might want to review the firewall configuration.
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.