Add your SSH key to your VPS

It's always recommended to use an SSH key for the login process.

1. Login into our VPS Control Panel https://control.mynymbox.io:4083 with your username and your password.
2. Click on "SSH Keys" and add one or more SSH Keys.
3. Click on the VPS server for which you want to set up the SSH key.
4. Click on "Settings" in the top menu and select the SSH Key which you want to use for your VPS Server and click "Use SSH Key".
5. You receive the message: "The SSH key(s) have been added successfully. The changes will take effect on next reboot."
6. Reboot your VPS Server
7. Congratz, you have added your SSH Key to your VPS Server

How to generate an SSH Key?

To generate the key you run the following command

ssh-keygen -t ed25519

This command creates two files, one pub key and one private key. You always share your pub key with the server and NEVER your private key! 

Important is the content of your public key file.

cat ~/.ssh/id_ed25519.pub

To add the key to your server select and copy the contents of the id_ed25519.pub file and paste it in the authorzied_keys file on your server which you can find in the homedirectory from your server user ~/.ssh/authorized_keys.





  • 1 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

Bandwidth Policies

Default Bandwidth Policies Region Dedicated Servers VPS Servers Note DE 1 GBPS...

Kernel Panic System is deadlocked on memory error on Ubuntu 22.04

You may face an error after the installation of Ubuntu 22.04 on your VPS Server with 512MB that...

Do I get backups of my VPS?

You can order our Backup Service with your initial order or can order it later.

How to set a root password for Mynymbox VPS servers

As you already know from our email, we do NOT send root passwords via email for security reasons....

How to enable Two-Factor Authentification (2FA) in the Control Panel

Here you can find step by step how you can enable Two-Factor Authentification in the Control...