I can't connect to aws-ec2 centos. I get:
disconnected no supported authentication methods available (server sent publickey) sent publickey gssapi keys with mic
I can't connect to aws-ec2 centos. I get:
disconnected no supported authentication methods available (server sent publickey) sent publickey gssapi keys with mic
Inside putty ssh we need to configure the ppk file. they only we can able to access the server through ssh. make sure you're mapped correctly. and check again.
Looking at Image in Error Msg I think you are entering wrong user name try centos
not root
.
Hope it Helps!
Unfortunately the .pem
private key file downloaded from the EC2 console when you create a keypair is not compatible with PuTTY by default! Putty expects a converted .ppk
file for keypair authentication over SSH. See this answer for a tutorial on how to do this.