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.