refactor(luna): make fail2ban only monitor default ssh port

This commit is contained in:
Price Hiller 2023-10-28 03:22:37 -05:00
parent fd24ea629f
commit 38f10ee48b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -2,6 +2,9 @@
{
services.fail2ban = {
enable = true;
maxretry = 5;
maxretry = 10;
jails.DEFAULT.settings = {
port = "2200";
};
};
}