xftp无法用root账号登录问题

 编辑vim /etc/ssh/sshd_config文件

   把PermitRootLogin Prohibit-password 添加#注释掉

   新添加:PermitRootLogin yes

   更改PermitEmptyPasswords为 no

原文地址:https://www.cnblogs.com/me1105/p/10115817.html