Back to Home

SSH Key Management

SSH Key Management in the Panel

To connect securely without passwords, configure public key authentication.

  1. Navigate to the website dashboard and open SSH Keys.
  2. Click Add SSH Key.
  3. Paste your public key content and name it (e.g. `Laptop Key`).
  4. Click Save Key. The panel registers it inside the user's isolated `.ssh/authorized_keys` file.
🔑

Add SSH Key

Add secure public key auth

Main Workstation
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQ...
Command copied to clipboard!