SSH keys are used to securely access your Bare Metal servers and Containers. You can import your existing SSH public key or let the system auto-generate a key pair for you.Documentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Access SSH Keys Management
- Click your avatar in the top right corner
- Select “Member List” from the dropdown menu to access Settings

- Click “SSH Keys” in the left sidebar under the “Organization” section

Add a New SSH Key
- Click the “Add new key” button in the top right corner

- Enter a Name for your SSH key
- Choose a Creation Mode:
Option 1: Import an Existing Key
Select “Import” to use your existing SSH public key:- Paste your SSH public key in the SSH Key field
- Click “Create” to save

Option 2: Auto-create a Key Pair
Select “Auto-create” to let the system generate a key pair for you:- The system will automatically generate both public and private keys
- Click “Create” to proceed
- Download both keys in the next step - the private key will only be shown once

Delete an SSH Key
- Locate the SSH key you want to delete in the list
- Click the “Delete” button in the Actions column

Using SSH Keys
Once you have added an SSH key, you can select it when:- Creating a Bare Metal server: In Step 5 (Basic Information), select your SSH key from the dropdown
- Creating a Container: SSH access is available for official templates with port 22 exposed