Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.31 KB

log-in-with-ssh-win.rst

File metadata and controls

56 lines (35 loc) · 1.31 KB

Logging into your new instance "in the cloud" (Windows version)

Download Putty and Puttygen from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Generate a ppk file from your pem file

(You only need to do this once!)

Open puttygen; select "Load".

image

Find and load your '.pem' file; it's probably in your Downloads folder. Note, you have to select 'All files' on the bottom.

image

Load it.

image

Now, "save private key". Put it somewhere easy to find.

image

Logging into your EC2 instance with Putty

Open up putty, and enter your hostname into the Host Name box.

image

Now, go find the 'SSH' section and enter your ppk file (generated above by puttygen). Then select 'Open'.

image

Log in as "root".

image

Declare victory!

image