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
Hello Team
I am trying to add multiple SSH keys in bitbucket pipelines
Followed this article to create the key ( encode and decode )
https://support.atlassian.com/bitbucket-cloud/docs/variables-and-secrets/
Snippet:
umask 077 ; base64 -di ~/.ssh/encValue > ~/.ssh/id_rsa) base64: invalid input
I have tried in server manually to debug this and it works fine , but in bitbucket seems its not working fine .
Hey @tamil.needi
G'day.
Looking at the error, I suspect that the SSH encoding is invalid hence it's unable to decode.
To verify this, try not to use secure variables on the encoded SSH key and ensure that the encoded variables echo output in the build is the same as the one generated on your end.
Let me know how it goes
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.