Login to Amazon EC2 using password in Ubuntu

Open /etc/ssh/sshd_config and update this value:

PasswordAuthentication yes

Restart ssh service:

service ssh restart

comments powered by Disqus