Skip to content

Instantly share code, notes, and snippets.

@joshlarsen
Created June 14, 2022 01:22
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 joshlarsen/9471693069fffc0b98eea3f938d6c0d8 to your computer and use it in GitHub Desktop.
Save joshlarsen/9471693069fffc0b98eea3f938d6c0d8 to your computer and use it in GitHub Desktop.
gcloud ssh port forwarding
gcloud compute ssh --ssh-flag="-L 5555:localhost:5432" "instance-1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment