Trying to open the Google App Engine Shell with MobaXterm

278 Views Asked by At

I have a configuration running via Google App Engine. Google gives me the option on the website to open a cloud shell.

How can I open that shell on MobaXterm? There is no IP address or ssh that I can find on google.

Thanks

1

There are 1 best solutions below

0
On

You can use gcloud cloud-shell ssh.

You can open a local terminal in MobaXterm and execute that command. Keep in mind you should have authenticated before using gcloud init or the way you may want to authenticate. You can check this article for more info about this approach and here's the details about the command.