1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=Simplified SSHGuard - blocks brute-force login attempts After=iptables.service After=ip6tables.service After=libvirtd.service After=firewalld.service After=nftables.service [Service] ExecStart=/usr/sbin/ssshguard Restart=always [Install] WantedBy=multi-user.target