Answers for "ec2 Permission denied (publickey,gssapi-keyex,gssapi-with-mic)"

0

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

Solved it by amending the 

/etc/ssh/sshd_config 

PasswordAuthentication yes 

then re-started the service using 

sudo systemctl restart sshd
Posted by: Guest on November-09-2021
0

ec2 Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

For AWS EC2 instance with centos Linux make sure you're using the righr User
Posted by: Guest on January-17-2022

Code answers related to "ec2 Permission denied (publickey,gssapi-keyex,gssapi-with-mic)"

Browse Popular Code Answers by Language