SyntaxFix
Write A Post
Hire A Developer
Questions
You need to change the sshd_config file in the remote server (probably in /etc/ssh/sshd_config).
sshd_config
/etc/ssh/sshd_config
Change
PasswordAuthentication no
to
PasswordAuthentication yes
And then restart the sshd daemon.
sshd