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
Home of Shariq Mustaquim on the Internet!
sudo su
vi /etc/ssh/sshd_config
[..update this line...]
"PasswordAuthentication yes"
/etc/init.d/sshd reload