1 Answers
Hi,
From what I have found you need to generate a new SSH key (using putty or ssh-keygen) – CHANGE THE [email protected] at the end of the key to just the username you use for gcp. From there you will need to add the public key you generated to the SSH Keys section of your vm.
Go to vm instances in the google cloud console, click the instance you want, click edit then scroll down to the ssh keys section. Add it there and click save.
You should be able to ssh into the vm now with the command ssh
Oh and an additional way to get in, just use the gcloud compute ssh within your terminal and it will do the same, just know that it will log you in using your local identity.