Kali开启SSH服务
摘要:
1. 一、配置SSH参数 修改sshd_config文件,命令为: vi /etc/ssh/sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes 2. 将PermitRootLogin without-passw 阅读全文
posted @ 2017-07-10 09:44 sakura798 阅读(210) 评论(0) 推荐(0) 编辑