the issue is within sshd_config
file
/etc/ssh/sshd_config
# vi /etc/ssh/sshd_config
# nano /etc/ssh/sshd_config
PasswordAuthentication
) # Change to no to disable tunnelled clear text passwords
PasswordAuthentication yes
sudo service sshd reload