vi /etc/ssh/sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes 2. 将PermitRootLogin without-password修改为 PermitRootLogin yes 3.然后,保存,退出vim. 二.启动SSH服务 命令为: /etc/init.d/ssh start 或者 service ssh start 查看SSH服务状态是否正常运行,命令为: /etc/init.d/s…