解决 Debian ssh 登陆拒绝 root 密码

vi /etc/ssh/sshd_config

将 PermitRootLogin 项改为 yes

service sshd restart 重启sshd服务即可