ubuntu - SSH connect to EC2 instance of natty operation timeout -


novice has been trying ssh ec2 5 hrs straight. make anymore unfriendly newbies? trying 4-5 different tutorials no avail. i've saved cert , pk in .ec2 folder , keypair in .ssh folder. many variables here (port authorize needed?, ubuntu uni/multiverse needed?, syntax issue?). ideas guys?

ssh -v -v -i *****.pem ubuntu@ec2-xx-xx-xx-xx.us-west-1.compute.amazonaws.com openssh_5.2p1, openssl 0.9.8l 5 nov 2009 debug1: reading configuration data /etc/ssh_config debug2: ssh_connect: needpriv 0 debug1: connecting ec2-xx-xx-xx-xx.us-west-1.compute.amazonaws.com [xx.xx.xx.xx] port 22. debug1: connect address xx-xx-xx-xx port 22: operation timed out ssh: connect host ec2-xx-xx-xx-xx.us-west-1.compute.amazonaws.com port 22: operation timed out 

do have port opened in security group ? - if not allow port 22 ip's want connect.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -