Add an SSH key

Sometimes you and your team members need to connect to your servers to run commands from the terminal. Add SSH keys to environment servers to ensure secure server access by only the authorized SSH 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. On the upper-right corner of the list click ADD SSH KEY
  5. Provide a name to the SSH Key being added. For example, "Company Laptop"
  6. Paste in the public key
  7. Click NEXT
  8. Follow the prompts to complete the configuration of the new SSH Key
  9. Click CONFIRM

Required Permissions:

NOTE: To complete the steps in this post, the user needs to have the following permissions in the environment:

Resource Type Permission
SSH Key Add

For instructions on how to grant user permissions in an environment, see Add team to an Environment

Related: