How to access a VM from Windows (PuTTY)?

See also How to Create Key Pair in OpenStack Dashboard on EO-Lab.

Go to the OpenStack Dashboard (Horizon) and note down the floating IP address of your Virtual Machine:

../_images/2019-34-44.png

Open PuTTYGen to convert the private key file to ppk format (This format is being used by PuTTY client). Click on the “Load” button.

../_images/2019-45-00.png

Choose the key file. Assure that you have set the visibility to “All files”.

../_images/2019-45-20.png

A popup window informs you about a successful import.

../_images/2019-45-46.png

Save your imported private key in ppk format.

../_images/2019-46-22.png

Open the PuTTY Configuration tool and check the marked labels:

../_images/2019-46-38.png

Description:

  1. Host Name (or IP address) → Enter the floating IP address that you noted down during the first step in the Horizon Panel

  2. Port → Assign an SSH service port, by default it is set up on 22

  3. Connection type → Select SSH

The configuration has been set up. Expand the SSH section.

../_images/2019-46-59.png

Expand the Auth section and provide a private key file by clicking on “Browse”

../_images/2019-47-37.png

Select the respective key:

../_images/2019-47-55.png

(Optionally) Expand the “Connection” section and click on the “Data”.

Set Auto-login username: eouser.

../_images/2019-48-29.png

For your comfort, you can name the session and store the settings for future usage:

../_images/2019-48-57.png

Choose the desired session and click on “Open” to commence the ssh session:

../_images/2019-49-27.png

If you are connecting to your VM via PuTTY for the first time, a popup window is displayed. We recommend saving the rsa key fingerprint for future connections from your computer.

../_images/2019-49-41.png

If you logged in correctly you should see the following prompt:

../_images/2019-49-55.png