提示no supported authentication methods available 这是由于验证问题,找到 /etc/ssh/sshd_config 修改以下内容即可
PasswordAuthentication yes PermitRootLogin yes