From 4531e5e666d61c307cfca5d5296dffdca37ee81b Mon Sep 17 00:00:00 2001 From: hellfi Date: Thu, 15 Jul 2021 18:59:41 +0200 Subject: [PATCH 1/2] occ command to reset bruteforce attempts adding documentation regarding #20005 Implement occ command to reset bruteforce attemps from a given IP address functionality is already implemented --- admin_manual/configuration_server/occ_command.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 34cd62600..53efa5bf4 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1000,12 +1000,18 @@ Run the ``maintenance:theme:update`` command if the icons of your custom theme a Security -------- -Use these commands to manage server-wide SSL certificates. These are useful when you create federation shares with other Nextcloud servers that use self-signed certificates:: +Use these commands to manage server-wide SSL certificates or reset bruteforce slow-downs. These are useful when you create federation shares with other Nextcloud servers that use self-signed certificates:: security + security:bruteforce:reset resets bruteforce attemps for given IP address security:certificates list trusted certificates security:certificates:import import trusted certificate security:certificates:remove remove trusted certificate + +Reset an IP:: + + sudo -u www-data php occ security:bruteforce:reset [IP address] + This example lists your installed certificates:: From 93e47abaa08f731bf0d9b9b3c992360a54e49d2d Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 17 Dec 2021 18:41:13 +0100 Subject: [PATCH 2/2] l10n: Adapted spelling of brute-force See https://en.wikipedia.org/wiki/Brute-force_attack Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- admin_manual/configuration_server/occ_command.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 53efa5bf4..08aa1e93e 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1000,10 +1000,10 @@ Run the ``maintenance:theme:update`` command if the icons of your custom theme a Security -------- -Use these commands to manage server-wide SSL certificates or reset bruteforce slow-downs. These are useful when you create federation shares with other Nextcloud servers that use self-signed certificates:: +Use these commands to manage server-wide SSL certificates or reset brute-force slow-downs. These are useful when you create federation shares with other Nextcloud servers that use self-signed certificates:: security - security:bruteforce:reset resets bruteforce attemps for given IP address + security:bruteforce:reset resets brute-force attemps for given IP address security:certificates list trusted certificates security:certificates:import import trusted certificate security:certificates:remove remove trusted certificate