fail2ban-client
Command
This executable can run non-interactive system commands.
- This function is performed by the privileged user if executed via
sudobecause the acquired privileges are not dropped.fail2ban-client add x fail2ban-client set x addaction x fail2ban-client set x action x actionban /path/to/command fail2ban-client start x fail2ban-client set x banip 999.999.999.999 fail2ban-client set x unbanip 999.999.999.999 fail2ban-client stop x - This function is performed by the privileged user if executed via
sudobecause the acquired privileges are not dropped.cat >/path/to/temp-dir/fail2ban.conf <<EOF [Definition] EOF cat >/path/to/temp-dir/jail.local <<EOF [x] enabled = true action = x EOF mkdir -p /path/to/temp-dir/action.d/ cat >/path/to/temp-dir/action.d/x.conf <<EOF [Definition] actionstart = /path/to/command EOF mkdir -p /path/to/temp-dir/filter.d/ cat >/path/to/temp-dir/filter.d/x.conf <<EOF [Definition] EOF fail2ban-client -c /path/to/temp-dir/ -v restart