I just created a new Instance on Google Cloud Compute engine but when I try connecting to terminal (via web SSH) it gets stuck into:
Connecting... Could not connect, retrying (2/3)… The VM serial console output may provide details to aid in troubleshooting connection problems. See our help document for other possible causes of this issue. You can drastically improve your key transfer times by migrating to OS Login.
If I check the serial console I see:
instance-2 login: Dec 9 09:50:50 instance-2 google-accounts: INFO Adding user sirjack9601 to the Google sudoers group.
[ 27.313823] google_accounts_daemon[1526]: Adding user sirjack9601 to group google-sudoers
Dec 9 09:50:50 instance-2 google_accounts_daemon[1526]: Adding user sirjack9601 to group google-sudoers
Dec 9 09:51:16 instance-2 systemd[1]: systemd-hostnamed.service: Succeeded.
gcloud compute ssh [YOUR_VM_NAME]
. – user8246956