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 a specific Bastion host instance in a particular Google Cloud project. You’ve collected all the keys. What is the simplest method to deploy these keys with the fewest steps?
A
Format all keys into a file according to the required specifications and use the gcloud compute project-info add-metadata command to upload the keys.
gcloud compute project-info add-metadata
B
Format all keys into a file according to the required specifications and use the gcloud compute instances add-metadata command to upload the keys to each instance.
gcloud compute instances add-metadata
C
Use the gcloud compute ssh command to upload all the keys directly.
gcloud compute ssh
D
Manually format each key as needed and upload them one at a time through the Google Cloud Console interface.