Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

SSH Connection UNAUTHORIZED - Pipeline to Bitbucket Repo

Kitt Holland October 10, 2019

Very similar setup to https://community.atlassian.com/t5/Bitbucket-Pipelines-questions/SSH-connection-Hosting-server-to-Bitbucket-Host-key-verification/qaq-p/836082 however I am using the SSH url and I am getting an UNAUTHORIZED error. 

This is during the context of an npm install depending on an SSH path.

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@bitbucket.org:team/repo.git
npm ERR!
npm ERR! Warning: Permanently added the RSA host key for IP address '18.205.93.1' to the list of known hosts.
npm ERR! Unauthorized
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128

 

Package.json looks like:

"lib""git+ssh://git@bitbucket.org:team/repo.git",

I already generated a pipeline SSH key and added the public key to the access keys for the repo. 

 

The ssh path was copied from the "clone" dialog in the target repo under the SSH heading.

1 answer

0 votes
Kitt Holland October 10, 2019

Answered my own question, I had the access keys setup in the source repo rather than the target repo. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events