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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events