Created
November 4, 2018 01:06
-
-
Save gjyoung1974/77f00e5753fafbf799f7fe4ad9f49696 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
gcloud compute --project ${GOOGLE_PROJECT} ssh --zone ${GOOGLE_ZONE} $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ssh to a GCloud instance without pushing any keys