SSH into your Amazon instance without a KeyPair
1. SSH into your instance. 2. Edit /etc/ssh/sshd_config and set PasswordAuthentication to yes. One way to do this is to enter the command nano /etc/ssh/sshd_config, then scroll down toPasswordAuthentication. […]