I am integrating bot using ssh with bitbucket.
I have done all the steps as described in documentation, generate ssh copied it onto bitbucket.
But I keep getting following error always while integrating bot:
debug1: Roaming not allowed by server,
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I tried this :
ssh -T git@bitbucket.org
on terminal and got following output:
logged in as my UserName.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
How would you troubleshoot that issue?