Skip to content

Instantly share code, notes, and snippets.

@michaelwsherman
Last active April 8, 2019 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelwsherman/5d977a59142b758548b482a6add1d36e to your computer and use it in GitHub Desktop.
Save michaelwsherman/5d977a59142b758548b482a6add1d36e to your computer and use it in GitHub Desktop.
SSH to a Google Cloud Notebook
export INSTANCE_NAME="my-instance"
export ZONE="us-west1-b"
gcloud compute ssh $INSTANCE_NAME \
--zone=$ZONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment