多数是系统没有开启Root登录的权限。
修改root的ssh权限:
① vi /etc/ssh/sshd_config
② 找到配置项PermitRootLogin
将此项的值改为yes
③ 重启ssh服务
/etc/init.d/ssh restart