Add SSH public key

Add SSH public key

SSH keys are a secure and efficient way to authenticate on remote servers without having to enter a password each time you connect. If you need to generate an SSH key, especially on Windows, we recommend using PuTTY, a tool that allows you to easily generate and manage SSH keys. You can follow our specific guide for generating SSH keys in Windows using PuTTY.
 
 
Below, we explain how to add your public SSH key in your control panel.
 
1-      Access the hosting
 
To begin, access your hosting service from the basic services list in your account. 
 


2-      SSH/SFTP
 
Inside the hosting panel, you will see several options. Go to the File Managers section and select SSH/SFTP. Here you can manage all SSH-related settings.



3-      Add SSH key

Once in the SSH/SFTP section, scroll down until you find the option SSH Key Management. Here, click on Add SSH Key to start the process of adding your public key.



4-      Add the name and the public key

At this step, you will be asked to provide certain information to add the public key: 
  • Key Name: Enter a name that will serve as an identifier for the key (special characters are not allowed)
  • Public Key: Here you must paste the code of your SSH public key. If you do not have a key generated, you can create one using tools such as PuTTY on Windows.


After entering this information, click on Add Key to complete the process.
 
5-      Connect
 
After successfully adding the key, the panel will display a confirmation message. In addition, a command will be generated that you can execute in the console to connect to your server via SSH without entering a password. This command will include your username and the server IP address, allowing secure and direct access.
 

With these steps, you will have successfully added your SSH public key, allowing you to connect to your server in a more secure and efficient way. Remember that if you need help generating keys on Windows, you can check our guide on using PuTTY.
 

For more information, you can contact us.
    • Related Articles

    • SSH key update

      This guide describes how to remove warnings that may appear when trying to connect to your domain/web server through SSH. The warning referred to in this guide is the "host key mismatch". It should look similar to the following: ...
    • Generate an SSH key on Windows using PuTTY

      First of all, you must download the SSH client PuTTY. We provide this link so that you can download the client. You can follow the guide SSH Key Update to see step by step how to install it. Once installed, you must run the application puttygen.exe: ...
    • Basic SSH Manual

      Buy Web Domain and SSL Certificates With SSH access, you can work with your files and directories securely, connecting from an application or command-line interpreter. Below we provide an example of a command-line interpreter for each of the most ...
    • How to clone a repository created in Bitbucket.org

      The hosting with which you want to do this cloning must have the SSH and GIT service on the dashboard. First of all, it must activate the SSH hosting. You must only go to the management of your hosting and assign a password for your SSH access. Then ...
    • Wordpress Error: The key type is invalid

      It is possible that, when trying to access WordPress, you may encounter an error like the one shown in the following image: If you have installed the reCAPTCHA plugin on your WordPress website and you are seeing the error "Error for site owner: ...