1、修改sshd_config文件PasswordAuthentication 为yes //root 用户修改文件中 PasswordAuthentication 为yesvim/etc/ssh/sshd_config 2、重启sshd服务器、重新登录 //root 用户service sshd restart