Accessing an instance with PuTTY

OpenSSH client is now installed by default on Windows, since Windows 10. We recommend using SSH instead of PuTTy on Windows 10+ systems.

Prerequisite

Convert the private key to PuTTY format

You will need to use PuTTYgen to convert your private key into PuTTY format:

AWS | Alibaba | GCP and MS Azure Please refer to this page Please refer to this page

Import SSH Key pair to your instances

AWS

Alibaba

GCP

MS Azure

Paste the content to create a new key pair.

You need to import the SSH public key when creating a new virtual machine.

Paste it in the SSH public key field.

Connect to the instance

In the Category pane, choose Session and complete the following fields:

1. In the Host Name box, enter shell@{instance_ip} where {instance_ip} is your instance public IP:

2. Under Connection type, select SSH

3. Ensure that Port is 22

4. In the Category pane, expand Connection, expand SSH, and then choose Auth:

5. Click Browse

6. Select the .ppk file that you generated for your key pair with PuTTYgen

6. (Optional) If you plan to start this session again later, you can save the session information for future use. Choose Session in the Category tree, enter a name for the session in Saved Sessions, and then choose Save

7. Click Open to start the PuTTY session. If this is the first time you have connected to this instance, PuTTY displays a security alert dialog box that asks whether you trust the host you are connecting to.

8. Click Yes. A window opens and you are connected to your instance.