Key Management
The key management feature helps you securely store and manage SSH keys, supporting multiple key types and secure storage methods.
Feature Overview
The key management module provides the following core features:
- Add Keys - Supports multiple ways to import keys
- Edit Keys - Modify key information and configuration
- Delete Keys - Securely remove unnecessary keys
Adding Keys
Method 1: File Import
Drag and Drop Import
- Drag private key files directly to the specified area
- System automatically recognizes key format and type
File Selection
- Click "Select File" button
- Browse and select private key file
- Supports
.pem,.key,.rsaand other formats
Method 2: Manual Input
When manually adding keys, you need to fill in the following information:
| Field | Description | Required |
|---|---|---|
| Key Name | Friendly name to identify the key | ✅ |
| Private Key Content | Complete private key text content | ✅ |
| Public Key Content | Corresponding public key content (optional) | ❌ |
| Private Key Password | Private key passphrase (if any) | ❌ |
Key Management Operations
Edit Keys
- Click the "Edit" button in the key list
- Modify key name or update key content
- Changes take effect immediately after saving
Delete Keys
- Select the key to delete
- Confirm the delete operation
- Key will be permanently removed
Important Notes
Before deleting keys, please ensure:
- The key is not being used by other services
- Important key information has been backed up
- Understand the irreversible nature of delete operations