Config:
After I click on "Rebuild with SSH", the "Enable SSH" section outputs
Failed to enable SSH No SSH key is found. Please make sure you've added at least one SSH key in your VCS account.
What does this mean? How do I fix this?
You can use your personal private public id_rsa
id_rsa.pub
key-pair (which you may already generated to SSH access to other machines)
just add your public key ~./ssh/id_rsa.pub
to Bitbucket -> Settings -> SSH keys -> add SSH key
then go to CircleCI and rebuild the project.
There may be confusion because CircleCi uses other SSH key called checkout SSH key-pair for:
Private checkout SSH key is saved on circleCi servers and public key is automatically uploaded to Bitbucket.
If you're using Github:
You should immediately be able to log in with SSH into the CircleCI now (run rerun job with SSH
).
If you're using Bitbucket:
sources:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With