LINUX 新建用户无法登录permission denied
2018-05-28 本文已影响0人
M_ENG
1、修改sshd_config文件PasswordAuthentication 为yes
//root 用户修改文件中 PasswordAuthentication 为yes
vim /etc/ssh/sshd_config
2、重启sshd服务器、重新登录
//root 用户
service sshd restart
//root 用户修改文件中 PasswordAuthentication 为yes
vim /etc/ssh/sshd_config
//root 用户
service sshd restart