I'm adding ssh keys to my repository pipeline settings.
I have successfully added public and private keys, but when I'm trying to get a fingerprint, I get following error:
Unable to fetch fingerprints, check host SSH connection and try again
I believe that it must be misconfigured firewall. I have whitelisted Valid IP addresses for Bitbucket Pipelines build environments from https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/
Am I supposed to whitelist also: Valid IP addresses for bitbucket.org, api.bitbucket.org, and altssh.bitbucket.org?
Or perhaps some other ip address?
Br,
Tuomas Viskari
Hi @Tuomas Viskari and welcome to the community!
You will need to whitelist both
Valid IP addresses for bitbucket.org, api.bitbucket.org, and altssh.bitbucket.org
and also
Valid IP addresses for Bitbucket Pipelines build environments
listed on that page, so you can fetch the fingerprint.
Please feel free to let me know how it goes and if you need anything further.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.