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
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
Copyright © 2021 Jogjafile Inc.
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.