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
    • If you want to create a new key, see Create ssh key pair for instruction on how to create a public key
  7. Click NEXT
  8. Follow the prompts to complete the configuration of the new SSH Key
  9. Click CONFIRM

Required Permissions

To complete the steps in this guide, the user needs the following permissions in the environment:

Resource TypePermission
SSH KeyAdd

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

Edit on GitHub