How to take ssh from windows machine of AWS Linux machine ?

I have developed REST api and uploaded on Amazon Web Services Ubuntu EC2 machine. Now on Sunday i want to change some keys in that and i don't have linux machine at that time but have windows machine so that i started searching for tacking ssh from windows machine and finally got nice solution which gives me ssh of linux machine just as linux terminal also it gives me GUI tools to upload and download files with GUI.

To take ssh download Bitvise SSH Client 
download link : http://www.bitvise.com/ssh-client-download

After download completes install it from installer. Installation is simple just run its installer and follow instructions. After installation completes start Bitvise SSH client.


Go to start and you will mostly find Bitvise SSH client entry in start menu just select it and start Bitvise SSH Client.

Now after starting tool fill information. Host will be your AWS EC2 machine should be Elastic IP or public DNS. Port will be default 22. Before tacking SSH check your AWS EC2 instace network group setting check if port no 22 is currently open or not. Username is mostly default ubuntu on ubuntu machine if you have given something else then write that one.

Now click on user keypair manager. On click new window will open.
Now click on import button after browse .pem file which is given at security key pair create time.

 After key imported key will be added for authentication. 

Now click on Login button on main tool form. 
\
Now click on Accept and Save button. On accept two window will open. One window is for gui upload files. Second window is terminal. It is perfect similar to terminal all the command recommendation on tab button etc are same as terminal. 

Comments

  1. Thanks a lot. This is exactly what I needed. I can't believe it was not easier to find out that Bitvise can work with a .pem file to generate a local key but Bitvise does not show files of this type by default. Ugg.

    ReplyDelete
  2. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…AWS Online Training

    ReplyDelete

Post a Comment

Popular posts from this blog

Install postgresql

Opencv installation guide