摘要: 转https://www.cnblogs.com/zcg-cpdd/p/14505731.html https://blog.csdn.net/bigwood99/article/details/122857657 阅读全文
posted @ 2022-07-14 16:48 每日一坑 阅读(338) 评论(0) 推荐(0)
摘要: 漏洞详情: 解决办法: nmap查看ssh允许算法 nmap -script "ssh2*" **.**.**.** 进入ssh配置文件: vim /etc/ssh/sshd_config 在文件最后一行添加: MACs -hmac-sha1 重启sshd服务 systemctl restart s 阅读全文
posted @ 2022-07-14 15:01 每日一坑 阅读(2756) 评论(1) 推荐(0)