0x01 首先需要开启root用户远程ssh登录服务
1、先执行以下命令
cd /etc/ssh // 进入文件目录
ls // 查看文件
2、编辑 ssh_config 配置文件
vim ssh_config
找到其中 # PasswordAuthentication no 去掉其注释,并将no改为yes
然后按esc
再 :wq 退出
3、编辑 sshd_config 配置文件
vim sshd_config
4、重启ssh服务
service ssh restart