Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You’ve been tasked with deploying all of your team’s public SSH keys to every instance in a specific project. After collecting all the keys, what is the most efficient method to deploy them?
A
Format all keys as required and use the gcloud compute ssh command to upload them.
gcloud compute ssh
B
Format all keys as required and use the gcloud compute project-info add-metadata command to upload them to the project.
gcloud compute project-info add-metadata
C
Format all keys as required and use the gcloud compute instances add-metadata command to upload them to each instance individually.
gcloud compute instances add-metadata
D
Format all keys as required and manually upload each key one at a time through the user interface.