Generate an SSH key on Windows using PuTTY

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:


The Puttygen window will open. Go to “Parameters” and choose RSA, then press Generate 


You must move the mouse randomly on the program screen so that the key can be generated.


In Key comment we recommend assigning a name that identifies the access (this is useful when you use several SSH keys).
The Key passphrase is the password used to protect your key. You will be asked for it when connecting via SSH.



Once you have filled in all the fields, you must save the public and private keys on your device by clicking Save public key and Save private key respectively.



You will need to select the folder where you want to save these keys.
    • Related Articles

    • 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 ...
    • 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: ...
    • 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 ...
    • 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: ...
    • How to connect via FTP using WinSCP

      To upload your website to your cdmon hosting account, you need an FTP client. An FTP client is special software that connects to the web server using the FTP communication protocol and allows you to manage your website as if it were Windows Explorer. ...