Generating SSH Key Pair

PuTTY is an SSH client for Windows that you will use to generate your SSH keys. You can download PuTTY from www.chiark.greenend.org.uk.   Direct Download Page

When you install the PuTTY client, you also install the PuTTYgen utility. PuTTYgen is what you will use to generate your SSH key for a Windows VM.

To generate an SSH key with PuTTYgen, follow these steps:

  1. Open the PuTTYgen program.
  2. For Type of key to generate, select SSH-2 RSA.
  3. Click the Generate button.
  4. Move your mouse in the area below the progress bar. When the progress bar is full, PuTTYgen generates your key pair.
  5. Type a passphrase in the Key passphrase field. Type the same passphrase in the Confirm passphrase field. You can use a key without a passphrase, but this is not recommended.
  6. Click the Save private key button to save the private key. To do this click on You must save the private key. You will need it to connect to your machine.
  7. Right-click in the text field labeled Public key for pasting into OpenSSH authorized_keys file and choose Select All.
  8. Right-click again in the same text field and choose Copy.
  9. You should save this Public Key as a text file on your local computer.  This is also the Public Key that you will save in your profile in the cloud user area.

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

Welcome and First Steps

Welcome to Simply Hosting Cloud Services.  There are a few key steps you will want to take before...

Add Private Key To Profile

You need to make sure that your private key is entered in your profile.  If it is not you will...