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.
How to List SSH Keys
- In the Devopness dashboard, navigate to your desired project, then select the relevant environment.
- Locate the
SSH Keys
card on the environment page. - Click the
View
button on theSSH Keys
card to display the list of SSH keys currently added to the environment. - If no keys are listed, follow the steps in the Create SSH Key Pair and Add SSH Key guides to add your first key.