sudo vim /etc/ssh/sshd_config

找到passwordAuthentication项,修改成yes

重启ssh服务:sudo service sshd restart

密码设置:sudo passwd user-name

重新登录