Hi,
I am getting base64: truncated base64 input
when I try to run shell script via ssh-run:0.2.0, any suggestion ?
Hi @ctw00244 . Do you pass your own private key via the SSH_KEY parameter? Make sure it's base64 encoded before passing it to the pipe. This page provides some insights on hot to use SSH keys in pipelines as well https://confluence.atlassian.com/bitbucket/use-ssh-keys-in-bitbucket-pipelines-847452940.html#UseSSHkeysinBitbucketPipelines-multiple_keys.
Hi Alexander,
That's right! I forgot to add my private and public key to pipelines section in Settings menu. Everything is working fine now.
Thank you for your time to help me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello ctw00244,
Can you please share the yml file for remote ssh script file executing please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.