How to generate an SSH key on Windows using PuTTY?

You can generate an SSH key on Windows using the PuTTY SSH client. You can download PuTTY for free from this URL.

To generate a key with PuTTY, you should:

1. Download and start the puttygen.exe generator.

2. In the "Parameters" section choose SSH2 DSA and press Generate.

3. Move your mouse randomly in the small screen in order to generate the key pairs.

4. Enter a key comment, which will identify the key (useful when you use several SSH keys).

5. Type in the passphrase and confirm it. The passphrase is used to protect your key. You will be asked for it when you connect via SSH.

6. Click "Save private key" to save your private key.

7. Click "Save public key" to save your public key.

For more information on how to load the key and connect via SSH using PuTTY, please check this article.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to log in to my Hostlantern shared account via SSH in Linux?

First you should generate an SSH key pair on your Linux distribution. Alternatively, you can...

How to log in to my Hostlantern shared account via SSH using PuTTY?

Please note that due to our security policy, we don't use the default SSH port. Please use port...

How to log in to my Cloud hosting/VDS via SSH using PuTTY?

The following instructions are valid only for Hostlantern customers. If you are not a Hostlantern...

How to Enable SSH for Cloud VPS on Windows

You can establish an SSH connection using the PuTTY SSH client. You can download PuTTY for free...

How to Enable SSH for Cloud VPS on Linux

First you need to generate SSH key pair for your connection. Under Linux you can do so using the...