可能是你开始没有开启SSH服务
1、修改 vim /etc/ssh/sshd_config
找到 PermitRootLogin without passwd
改成 PermitRootLogin yes
2 然后重启 ssh
systemctl restart sshd