拒绝主机&杀毒
Go to file
2019-10-22 23:11:56 +08:00
denyhosts.sh 修复没有10号数据bug 2019-10-22 23:08:05 +08:00
Makefile specification 2019-09-24 08:53:00 +08:00
README.md 修改: README.md 2019-10-22 23:11:56 +08:00
rhost 修复没有10号数据bug 2019-10-22 23:08:05 +08:00
rhost.c 修复没有10号数据bug 2019-10-22 23:08:05 +08:00
rhost.o 修复没有10号数据bug 2019-10-22 23:08:05 +08:00

denyhosts

ssh防止暴力破解,适用Debian 8、9

cd /root git clone https://github.com/niuyuling/denyhosts.git
cd denyhosts
make clean; make
chmod a+x /root/denyhosts/denyhosts.sh
crontab 定时任务,像这样.
0 22 * * * /root/denyhosts/denyhosts.sh