alexsunday / ssh-secure

listen /var/log/secure, add any invalid ip address to /etc/hosts.deny, use inotify, not busy loop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh-secure

listen /var/log/secure, add any invalid ip address to /etc/hosts.deny, use inotify, not busy loop.

build

export GO111MODULE=on
go mod init secure
go build
./secure

About

listen /var/log/secure, add any invalid ip address to /etc/hosts.deny, use inotify, not busy loop.


Languages

Language:Go 100.0%