Logging into Google Cloud
8 May 2023 · Read time 1 min
Introduction
For remote terminal installations, you need to login with your Google account. Use the same account you use to log into Google console.
Prerequisites
The workflow is:
- You enter the gcloud auth login command from your terminal as shown in Figure 1.
- Google provides you with a browser link.
- You copy the Authorization code from the Google authentication page.
- You paste the code into your terminal.
- You are now authenticated and can check your status with the
gcloud config list
command.
To login to your Google account from a terminal:
-
Log in with your Google account using the command:
gcloud auth login
-
The resulting link URL that is displayed, copy and paste it to your browser.
-
Copy the authorization code string.
-
Return to the terminal, and at the Enter authorization code prompt, paste in the string as shown in the following terminal screenshot.
-
Check which account you are logged into with:
gcloud config list
Figure 1 - Log into your Google account using gcloud auth login
command on your terminal.
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that. We'll track this issue and see how we can improve.