ubuntu: enable password authentication By Ricardo MallaDecember 18, 2016ubuntu 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