Skip to content

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

  1. Drag and Drop Import

    • Drag private key files directly to the specified area
    • System automatically recognizes key format and type
  2. File Selection

    • Click "Select File" button
    • Browse and select private key file
    • Supports .pem, .key, .rsa and other formats

Method 2: Manual Input

When manually adding keys, you need to fill in the following information:

FieldDescriptionRequired
Key NameFriendly name to identify the key
Private Key ContentComplete private key text content
Public Key ContentCorresponding public key content (optional)
Private Key PasswordPrivate 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