Trying to connect to my Google Cloud Shell instance from localhost.
Have done:
gcloud components update
gcloud auth login
Both run successfully.
Then I try:
gcloud alpha cloud-shell ssh
After a few moments I get a popup saying "No supported authentication methods available." Behind that popup is the PuTTY screen saying "Using username [my@email]" and "Server refused our key."
I cleared out all the files from c:\users[me].ssh and tried again -- same error.
I have confirmed that I can access cloud shell for this account from the web-based Cloud Console.
Any help/ideas appreciated...
-Michael