You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.