You want to configure an SSH connection to a single Compute Engine instance for users in the dev1 group.
This instance is the only resource in this particular Google Cloud Platform project that the dev1 users should be able to connect to.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keysTo configure an SSH connection to a single Compute Engine instance for users in the dev1 group, you can follow the below steps:
Option A:
Option B:
Option C:
Option D:
Option A and Option B are recommended as they provide a secure and easy-to-use method for dev1 users to connect to the instance. Option C and Option D require more manual configuration and management of SSH keys, which can be more error-prone and less secure.