SSH keys let you authenticate into IBEE Cloud servers securely without a password. Add your public key once to your account, then select it when creating a VM — it will be injected automatically at boot.
Your public key is at ~/.ssh/id_ed25519.pub (or ~/.ssh/id_rsa.pub).
Click Delete in the Actions column. Deleting a key does not remove it from servers it was already deployed to — it only prevents the key from being selected for new servers.
When creating a VM, select your saved SSH key in the SSH Key step. The key is injected into the server at first boot under the default user (typically root or ubuntu).
Once a key is injected, connect with:
Key rejected — must start with ssh-rsa, ssh-ed25519, etc.
Ensure you are pasting the public key (.pub file), not the private key. Public keys begin with ssh-rsa, ssh-ed25519, or similar.
Permission denied when connecting
-iKey deleted but still works on an existing server
Deleting a key from the portal only removes it from future server deployments. To revoke access on a running server, remove the key from ~/.ssh/authorized_keys on the server.