Remove an SSH Key
Learn how to remove an SSH Key when it's no longer needed
- On Devopness, navigate to a project then select an environment
- Find the
SSH Keyscard - Click the
Viewin theSSH Keyscard, to see a list of existingSSH Keys - In the list of keys, find the key you want to remove and click the
NAMEof the key - On the upper-right corner of the key details view, click
REMOVE - Follow the prompts then click
REMOVE SSH KEY - In the list of keys, the recently removed
SSH Keywill be gone
Required Permissions
To complete the steps in this guide, the user needs the following permissions in the environment:
| Resource Type | Permission |
|---|---|
| SSH Key | Remove |
For instructions on how to grant user permissions in an environment, see Add team to an Environment
List SSH Keys
At times, you or your team members may need to connect to your servers to execute commands directly from the terminal. To ensure secure access, you can add SSH keys to your environment servers, allowing connections only from authorized keys.
View SSH Key
After adding SSH keys to your environment, you may want to review the details of a specific key, such as its label, fingerprint, or creation date. This helps in managing and auditing server access effectively.