VirtFusion lets you store SSH public keys on your account and automatically deploy them to a server when it is built or rebuilt. This means you can connect without a password from day one, without needing to copy keys over manually after the server is up.
SSH Keys are managed at the account level, not per-server. Look for the SSH Keys link in the VirtFusion navigation after logging in to control.teklanhosting.co.uk.
If you already have an SSH key pair on your machine, you only need to upload the public key.
~/.ssh/id_ed25519.pub (or id_rsa.pub, etc.) on your local machine.If you do not have a key pair yet, VirtFusion can generate one for you in the browser.
~/.ssh/id_rsa) and set its permissions: chmod 600 ~/.ssh/id_rsaSave your private key before clicking Save. Once you close or navigate away, the private key cannot be retrieved. If you lose it, delete the key from VirtFusion and generate a new pair.
When you build a new VPS or rebuild an existing one, VirtFusion shows a list of your stored SSH keys. Select the keys you want pre-installed on the server. The selected keys are added to the root user's authorized_keys file automatically, so you can connect with ssh [email protected] immediately after the build completes.
If you skip this step and select no keys, VirtFusion will email you the root password instead.
Each key on the SSH Keys page has four action buttons:
Deleting a key from VirtFusion does not remove it from servers it has already been deployed to. You would need to remove it manually from ~/.ssh/authorized_keys on each server if you want to revoke access.
Getting Started with Your VPS
How to connect via SSH, update your OS, and lock down your new KVM VPS in the first 30 minutes.
Getting to Know VirtFusion
A tour of the VirtFusion panel - where to find your IP, manage power, access the console, and reinstall your OS.
Using the VirtFusion Console
How to access your VPS from the browser when SSH is unavailable, and how to fix common lockout scenarios.
Reinstalling Your VPS Operating System
How to wipe your VPS and install a fresh OS from VirtFusion, and what to do immediately after.
VPS Backups in VirtFusion
How to take, restore, and manage server backups so you can roll back after a failed update or change.
VPS Networking and IP Management
Finding your IP addresses, setting reverse DNS for email, and configuring additional IPs in VirtFusion.
Securing Your VirtFusion Account
How to change your account password, enable TOTP two-factor authentication, save backup codes, and manage trusted devices.