blackarcanis
blackarcanis

Reputation: 542

SSH Google Compute Engine down?

There's an issue with SSH access today ? Don't know why I can't access to my instances today, from a MobaXterm or the SSH webinterface in Google Cloud (impossible to connect port 22). From Google Cloud Shell => ssh: connect to host XXXX port 22: Connection timed out

Global issue or only my account ?

Upvotes: 0

Views: 274

Answers (1)

KarthickN
KarthickN

Reputation: 409

I would advise you to try the following and check if you are able to connect:

  1. Can you able to ping or SSH into VM instance using gcloud command ?
  2. Could you also try running cloud shell in safe mode.
  3. If you are still running the issue after trying 2 methods, please try to restart the cloud shell (This can be done by selecting restart option from hamburger menu on top right of your Cloud shell) and see if that fixes.
  4. You can interact with the serial console so you can more easily troubleshoot instances that are not booting properly or that are otherwise inaccessible.

Please let me know of the results.

Upvotes: 3

Related Questions