The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

invalid input

tamil.needi
November 21, 2022

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 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

TAGS
AUG Leaders

Atlassian Community Events