Created
June 14, 2022 01:22
-
-
Save joshlarsen/9471693069fffc0b98eea3f938d6c0d8 to your computer and use it in GitHub Desktop.
gcloud ssh port forwarding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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