I can't use the key to connect to the host using OPEN SSH and PuTTY of WINDOWS. Can anyone help me?

-1

I tried to use all methods, including using Windows and Ubuntu, but none of them can successfully connect to the EC2 host through SSH, can you help me? I can't use the key to connect to the host using OPEN SSH and PuTTY of WINDOWS. I have tried many times according to the instructions.

arthur
asked 10 months ago343 views
10 Answers
0

I have tried all the methods, including using LINUX to change the file permissions of the key and connecting from LINUX. Can you guide me?

arthur
answered 10 months ago
  • if you tried all methods including EC2 Serial console etc. and with SSH you cannot connect?

    Maybe it is related with your internal firewall if the instance is still responsive

    You can create a support ticket to the AWS Support directly.

0

Hi, use of the ssh command from your Ubuntu machine will be the easiest. For that, you need to download the .pem file of the EC2 keypair used when your EC2 instance was created.

Then command will be:

ssh -i /path/key-pair-name.pem instance-user-name@instance-public-dns-name

See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html#AccessingInstancesLinuxSSHClient

I would suggest that you start by connecting to your EC2 instance directly from AWS console by using instance connect. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide//ec2-instance-connect-methods.html

Good tutorial for Instance Connect: https://www.youtube.com/watch?v=lxSNeF7BAII

Hope it helps!

Didier

profile pictureAWS
EXPERT
answered 10 months ago
0

The strange thing is that I have tried them all~ but I can’t log in with SSH, whether it’s OPENSSH or PuTTY, it’s the same in WINDOWS and Ubuntu, even EC2 Instance Connect doesn’t work.

arthur
answered 10 months ago
0

I use EC2 Instance Connect, but Failed to connect to your instance Error establishing SSH connection to your instance. Try again later. I made sure to open port 22

arthur
answered 10 months ago
0

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html

There is a full troubleshoot document provided by amazon. Check your error if it aligned one them

also

Amazon EC2 instances support the use of EC2 Serial Console, which helps you troubleshoot boot issues, network configuration, and SSH configuration issues. The EC2 Serial Console for Linux provides access to the serial port of your EC2 instances for text-based sessions.

profile picture
EXPERT
answered 10 months ago
0

I have tested everything, including the methods found by Google, and youtube teaching videos, but I still can’t connect

arthur
answered 10 months ago
0

Are you able to confirm if your trying to connect to the Private or Public IP address of the EC2

Thanks

profile picture
EXPERT
answered 10 months ago
0

Even when I use Connect using EC2 Instance Connect, I get the following message, I make sure SSH port 22 is open. Failed to connect to your instance Error establishing SSH connection to your instance. Try again later.

arthur
answered 10 months ago
0

The subnet where the EC2 is located. What’s the default route?

It will need to be 0.0.0.0/0 to and IGW

profile picture
EXPERT
answered 10 months ago
0

I am wondering if it is related to the use of a free plan. I followed the instructional video on YOUTUBE step by step, but I still can’t connect through SSH. I have SSH by default, and I have opened all the TCP ports. But PING can't reach the public IP.

arthur
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions