ssh配置文件在哪里,怎么修改,是要先下载文件吗,谢谢大家的关心
目录为 etc/ssh/sshd_config
在配置文件下找到对应的值进行修改: root@kali2019:~# vim /etc/ssh/sshd_config PermitRootLogin yes PasswordAuthentication yes