I am unable to logon to my GCE VM instance, what I did was following:
- Use PuTTY Key Generate to generate a public key and a private key.
- I copied public key in Metabase section under Developers Console. Followed the format username:. Something like:
Administrator:ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAiNbeEUl.......
I am sure there is no new line problem with my copy/paste.
- I loaded my private key using PuTTY but I am receiving following error:
Disconnected: No supported authentication methods available(server sent: publickey,gssapi-keyex,gssapi0with-mic)
In the event log, it reads:
Offered public key Server refused our key
Help needed:
The steps are pretty straight forward and the error is very general. I basically tried steps I can find on internet but still no go.
Not sure how can I move forward??