Is it possible to connect to the Google Cloud Shell instance via the ssh? Maybe somehow with gcloud? So I can use it with my favorite terminal (iTerm in particular) and not with the Web-based shell.
Answer: yes it is now been possible: https://cloud.google.com/blog/products/gcp/introducing-the-ability-to-connect-to-cloud-shell-from-any-terminal
Yes, you can do that with 3 simple steps:
sudo snap install google-cloud-sdk --classic
gcloud auth login
NOTE : After running this command , your default browser will be open and will ask you to authenticategcloud cloud-shell ssh
NOTE : If you are doing this first time, it may walk you through creating ssh keys, if it's happen, in my case, i continue with empty passwordgcloud cloud-shell ssh