Running into the dreaded ssh connection timed out error. Current situation:
- inbound rule for port 22, open for all IPs and a separate rule just for myIP.
- used both public domain name and IP to connect neither works.
- No, i did not restart ec2 instance. So public domain and IP has not changed
- Turned off Mcaffee firewall on my PC, still nothing.
- Used SSHclient extension in chrome, same issue.
- Tried AWS SSH Java client, fails to connect with no specific error.
- access on private key file is set to 400, as recommended by AWS. I also tried with 777. Neither works
- instance status on AWS is good. status check is 2/2.
Output with -vvv flag:
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname xxx is address
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug2: ssh_connect_direct
debug1: Connecting to xxx port 22.
debug1: connect to address xxx port 22: Connection timed out
ssh: connect to host xxx port 22: Connection timed out
ssh -vvv
give any useful debug output? - jarmod