infrastructure/ansible/roles/fail2ban_ssh/files/f2b-entrypoint.sh

9 lines
83 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
# Remove `-c` argument
shift
sudo fail2ban-client $@