Unable to connect to Amazon EC2 without using PPK file

Posted by Krishna on Super User See other posts from Super User or by Krishna
Published on 2012-09-11T21:12:37Z Indexed on 2012/09/11 21:40 UTC
Read the original article Hit count: 307

Filed under:

I have a build job which runs on Hudson and synchronizes content from an Amazon AWS server. This is written in shell

I have a PPK file given to me which can establish the connectivity

Here is the problem. The build script I use doesn't establish the connectivity in the code. So, I manually connect the host thro the PPK file using Putty and then run the job, then it works fine

I am new to the shell stuff. Could someone help me out by suggesting how I can establish connectivity using the PPK file in the shell so I do not have to do it manually thro Putty?

Thanks, Krishna

© Super User or respective owner

Related posts about shell-script