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