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.
- On Devopness, navigate to a project then select an environment
- Find the
SSH Keys
card - Click
View
in theSSH Keys
card to see a list of existingSSH Keys
- On the upper-right corner of the list click
ADD SSH KEY
- Provide a name to the
SSH Key
being added. For example, "Company Laptop" - Paste in the public key
- If you want to create a new key, see Create an SSH key pair for instruction on how to create a public key
- Click
NEXT
- Follow the prompts to complete the configuration of the new
SSH Key
- 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