Reputation: 768
I've setup a Bamboo specs repository to store build and deployment plans. As part of the deployment plan, I'm using the SCP and SSH tasks to copy artifacts and execute commands on a remote server. What is the recommended way to store the SSH key?
Upvotes: 2
Views: 5395
Reputation: 1145
Since version 6.3 Bamboo supports usage of Shared credentials for SSH/SCP tasks. You can store your SSH keys in Shared credential and then reuse it at deployment tasks
Upvotes: 2