码迷,mamicode.com
首页 > 其他好文 > 详细

将ssh失败的用户放入hosts.deny中

时间:2019-03-09 15:30:59      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:用户   tmp   linux   uniq   exe   sshd   word   password   pass   

1.find / -name secure

找到linux系统安全日志文件

 

2.cp `find / -name secure` /tmp/`date +%F`

将secure文件复制出来

或者使用find -exec或xrags

 

3.grep "Failed password" secure | awk ‘{print "sshd:"$11}‘ | sort | uniq>> /etc/hosts.deny

将ssh失败的用户放入hosts.deny中

标签:用户   tmp   linux   uniq   exe   sshd   word   password   pass   

原文地址:https://www.cnblogs.com/lianyg/p/10500898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!