Connect to host XXX port 22: Resource temporarily unavailable

0

This happens when I try to connect to my ec2 instace. Does someone know how to fix this issue?

sudo ssh -i "Robin.pem" -p 22 ubuntu@35.180.196.240 -v
OpenSSH_8.2p1 Ubuntu-4ubuntu0.4, OpenSSL 1.1.1f  31 Mar 2020
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to 35.180.196.240 [35.180.196.240] port 22.
debug1: connect to address 35.180.196.240 port 22: Resource temporarily unavailable
ssh: connect to host 35.180.196.240 port 22: Resource temporarily unavailable
dmd
asked 2 years ago2967 views
1 Answer
0

This can happen for a variety of reasons.

Can you please follow this document and try using the SSH Troubleshooting tool to resolve this issue: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ssh-errors-automation-workflow/

profile pictureAWS
EXPERT
Chris_G
answered 2 years 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