I login gcloud in my local computer and active service account (i have created yet)
But when i run command `gcloud cloud-shell ssh`, it take very long time to response and return error 500 (internal error) without any reason!!!
Try something like this:
gcloud cloud-shell ssh --verbosity=debug
That should give you more information about the error you're experiencing. And maybe you can post it here as a follow-up, so people can help troubleshoot.
The other option is for you to visit console.cloud.google.com from within your browser, and then click the "open cloud shell" button. That opens a terminal window, within the browser tab.
Hi @ngthvan1612,
Welcome to the Google Cloud community!
In addition to @dchiesa1’s suggestion, the error "500 (Internal error)" when using `gcloud cloud-shell ssh` is a generic server-side issue, meaning there’s either a possible issue from the Google Cloud side or the GCloud CLI SDK needs to be updated to the latest version.
Troubleshooting Steps (based on general Google Cloud best practices):
I hope the above information is helpful.
Here `gcloud cloud-shell ssh --verbosity=debug`
i have same issue for my website