sudo vim /etc/ssh/sshd_config
将 #PasswordAuthentication no 的注释去掉,并将 NO 修改为 YES 。
#PasswordAuthentication no
NO
YES
将 PermitRootLogin xxxxxx 修改为 PermitRootLogin yes 。
PermitRootLogin xxxxxx
PermitRootLogin yes
:wq 保存退出
:wq
sudo /etc/init.d/ssh start
在 PowerShell 中(或其他 Linux 中),使用 SSH 命令即可验证。