Deploy SSH Key

Deploy your SSH Keys to each of the servers you want to give access to using those keys.

  1. On Devopness, navigate to a project then select an environment
  2. Find the SSH Keys card
  3. Click View in the SSH Keys card to see a list of existing SSH Keys
  4. In the list of SSH keys, find the SSH key you want to deploy and click the NAME of the SSH key
  5. On the upper-right corner of the SSH key details view, click DEPLOY
  6. Choose a deploy pipeline to be run, then click Next
  7. Review deploy information, then click DEPLOY
  8. Wait for the ssh-key:deploy action to be completed

Required permissions

To follow this guide, you need the following permissions in the target environment.

Resource TypeRequired Permission
SSH KeyDeploy

For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.

Edit on GitHub