I am trying to connect a bitbucket repository to a bamboo plan. The repository host is set to git, and the authentication method is SSH private key. The public key is uploaded to the bitbucket repository and the private is uploaded to bamboo. However, when I try to create the plan using this, I get an error that
SSH key file uploaded doesnt contain any key (no -----BEGIN present)
However, both the public key and private keys definitely have the -----BEGIN present so I am unsure of the issue/how to resolve it
The private key has the encryption, public lines, etc. Then starts the private key with:
---- BEGIN SSH2 PRIVATE KEY ----
and ends with
---- END SSH2 PRIVATE KEY ----
If you have had a similar issue or know how to resolve this I would love any insight into the issue.