Řešení 1:
Musíte změnit konfigurační soubor pro ssh server a restartovat server.
alter /etc/ssh/sshd_config:
PasswordAuthentication yes
poté restartujte ssh server:
/etc/init.d/sshd restart
Řešení 2:
Povolte ověřování heslem a odstraňte smazání autorizovaných_klíčů:
# rm /home/ec2-user/.ssh/authorized_keys