Managing SSH Keys
Securely manage access to your servers using industry-standard SSH keys. Symplax automates key generation and rotation.
What are SSH Keys?
SSH keys provide a more secure way of logging into a virtual private server than using a password alone. While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force.
Automatic Generation
When you connect a server via root password, Symplax automatically generates a fresh 4096-bit RSA key pair for secure communication.
Identity Verification
We disable password authentication by default, ensuring that only authenticated users with the correct private key can access your infrastructure.
Using Your Own Keys
If you prefer to use your existing SSH keys, you can add them to your Symplax account under **Settings > Security**.
# Copy your public key to clipboard
cat ~/.ssh/id_rsa.pub | pbcopy