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

Cannot add entry to known_host in bitbucket pipelines

imaginois May 16, 2019

Hey, guys,

I recently encoutered a weird problem in bitbucket pipelines

I'm trying to configure sftp deployment to my shared hosting account. The automated fetching in the bitbucket ui isn't giving me result.

I assume my hosting provider disabled any kind of automated scanning reports for that host. I ran ssh-keyscan and it gave me nothing

Running ssh hemus -Q key-plain however give me this

```

ssh-ed25519
ssh-rsa
ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521

```

I'm not sure if the problem is in the host though. I tried to scan the IP of my digital ocean droplet and it also gave me nothing. Is there another way to add my host's public key to bitbucket known_hosts so I can pipe into my ssh account from any bitbucket pipeline?

Am I doing something wrong here, what's the deal?

 

cheers

1 answer

1 accepted

0 votes
Answer accepted
imaginois May 20, 2019

I figured out where the problem was.

Open ssh runs on a different port on my shared hosting account

to solve the problem use this

Under your Repository settings > Pipelines > SSH Keys you can add a host address with a specific port using this syntax

address:port

 

from this thread here https://community.atlassian.com/t5/Bitbucket-questions/Use-non-22-SSH-port-in-pipelines/qaq-p/585622

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events