Connecting to Amazon EC2 Linux instance using PuTTY

Mar 16, 2012

EC2 private key file has extension .pem , which cannot be used by PuTTY. So we have to convert .pem to .ppk format which PuTTY accepts.  Listing the steps below to do it,

  • Download PuTTYgen -  http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe

  • Launch PuTTYgen, Using the ‘Import’ command from the ‘Conversions’ menu, load the .pem file of EC2 and press  ’Save Private Key button’. Ignore warning about leaving the passphrase blank.  The file will be saved with .ppk extension

  • Now launch PuTTY, go to SSH panel, ‘Private key file for authentication’ load the .ppk file, and now you can use PuTTY to connect to the EC2 instance.

References:

Categories : SSH   Linux   Cloud

Using Ubuntu GUI remotely using NoMachine or Xming from Windows 7

Mar 12, 2012

Solution 1: NoMachine

Steps:

Solution 2: Xming

Steps:

Problem: Graphical programs are very slow.

Solution:  Enabling “SSH compression” might help if you use a low bandwidth connection. The option is under Connection > SSH in the left menu of PuTTY. ( http://doc.es.aau.dk/it_services/software/windows/putty_and_xming/)

Conclusion:

I am using  NoMachine, as Xming(6.9.0.31) was slow even after using SSH compression. And the latest version of Xming(7.5.0.45), which possibly has fixes for slow GUI ( http://www.straightrunning.com/XmingNotes/) was not  available for free.

Categories : Linux   Ubuntu