内容目录
1. 安装完 kali 之后
2. 修改/etc/ssh/sshd_conf 的文件
将:
#PasswordAuthentication no
修改为:
PasswordAuthentication yes
然后修改允许 root 用户远程:
将 PermitRootLogin without-password 修改为
PermitRootLogin yes systemctl restart ssh
3. ssh 远程访问即可.
相关文章 相关文章 相关文章