Enable Password Authentication in AWS EC2 Instance
May 16, 2022 · 2 min read · 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...
TKeshav commented