kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
40.73k stars 13.96k forks source link

Error ssh, Connection timed out #730

Open bmson7112 opened 1 year ago

bmson7112 commented 1 year ago

Hello, I was working on the 'Distribute the Client and Server Certificates' section of Chapter 04 when I encountered this error

image

Previously, I was able to SSH into the instances. Can you explain why this is happening and how to fix the error?

userravs commented 1 year ago
bmson7112 commented 1 year ago
  • Ensure the instances worker-0 and worker-1 exist and are reachable from your current environment first.
  • Check that the SSH server on the remote host is running and accepting connections on port 22. You can run the command ssh -T 34.82.195.113 from your local machine or ssh -T 35.203.134.166.

Thanks for your answer, i was able to ssh without changing anything. I think this error is only transitory.