Enable Password Authentication in AWS EC2 Instance
Password authentication is disabled by default in aws ec2 instance. The only way to access your server is by using ssh with -i flag and followed by private key attached to the server. However, there are scenarios when you may need to access the serv...

