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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

invalid input

Edited

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: 

  - mkdir -p ~/.ssh;touch ~/.ssh/encValue;echo $JUMP_KEY > ~/.ssh/encValue;cat ~/.ssh/encValue
   - (umask  077 ; base64 -di ~/.ssh/encValue > ~/.ssh/id_rsa)
But getting below error 
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 . 

1 answer

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 23, 2022

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events