openssh: disable fail2ban
We've always had password authentication disabled, so it's not really doing much except periodically locking us out of our own servers when we misconfigure something
This commit is contained in:
parent
3195af88ef
commit
8d2d55e4c4
|
@ -8,6 +8,4 @@
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fail2ban.enable = true;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue