Enable SSH password authentication
To enable SSH password authentication, you must sudo to edit this file:
/etc/ssh/sshd_config
Then, change the line
PasswordAuthentication no
to
PasswordAuthentication yes
After making that change, restart the SSH service by running the following command as root:
sudo service ssh restart
Comments
Post a Comment