ubuntu: enable password authentication

You need to change the config file for the ssh server and restart the server.

alter /etc/ssh/sshd_config:

PasswordAuthentication yes

then restart the ssh server:

/etc/init.d/sshd restart

Leave a Reply

Your email address will not be published. Required fields are marked *