Last active
September 3, 2022 15:55
-
-
Save Amit0617/56dacde0e4de1c58336b98c038cee999 to your computer and use it in GitHub Desktop.
How to ssh into google cloud shell?
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
For first time setup:- | |
gcloud auth login - To login into your google account | |
gcloud config set project PROJECT_ID | |
gcloud cloud-shell ssh --authorize-session |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment