Allow user to login with just password instead of SSH key

sudo su
vi  /etc/ssh/sshd_config

[..update this line...]
"PasswordAuthentication yes"

/etc/init.d/sshd reload