SSH Keys from Panel

The VirtFusion panel lets you manage SSH keys at account level. Keys added here are automatically injected into server at first configuration or Rebuild, without manual setup.

02

Add an SSH Key

  • Access VirtFusion panel
  • Click your username top right → Account or SSH Keys
  • Click Add SSH Key
  • Paste your public key (content of ~/.ssh/id_ed25519.pub or ~/.ssh/id_rsa.pub)
  • Name the key (e.g. "MacBook Pro", "Work PC")
  • Save
03

Get Your Public Key

If you don't have key pair yet, generate one:

bash
ssh-keygen -t ed25519 -C "my-key"

To view public key to copy in panel:

bash
cat ~/.ssh/id_ed25519.pub

Result will be something like:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA... my-key

Copy entire text and paste in panel.

04

Select Keys at Rebuild Time

When you Rebuild server, in the wizard you can choose which SSH keys to inject. Selected keys will be automatically added to /root/.ssh/authorized_keys of new system.

This means you can access immediately via SSH without manual key copying.

05

Key Already in Panel but SSH Asks Password

If you added key to panel but SSH keeps asking password:

bash
# On your computer, copy key to server
ssh-copy-id root@SERVER_IP

# Or manually
cat ~/.ssh/id_ed25519.pub | ssh root@SERVER_IP "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys"

Full guide: SSH Keys

  • Key was added after server installation: panel injects keys only at Rebuild or initial setup, not on existing servers
  • To add key to already-running server, do manually:
06

Manage Multiple Keys

You can add multiple SSH keys for different devices (work PC, laptop, CI/CD server). Each key has name to identify easily.

To delete key, go to SSH Keys section in panel and click delete icon next to key.

DeluxHost, fondata nel 2023, offre soluzioni di hosting di alta qualità per diverse esigenze digitali. Forniamo hosting condiviso, VPS e server dedicati con sicurezza avanzata e datacenter globali.

© DeluxHost, Tutti i diritti riservati. | Partita IVA: IT17734661006
Tutti i sistemi operativi