From 1731f75cbac31174e7fa37cf7218d0058df60dc6 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Thu, 27 Feb 2025 15:54:27 +0000 Subject: [PATCH] * Thu Feb 27 2025 Brian Read 11.0.0-60.sme - Enhance ssh security wording to mention autoblock in remoteaccess panel [SME: 8309] --- .../SrvMngr/I18N/Modules/Remoteaccess/remoteaccess_en.lex | 6 ++++-- smeserver-manager.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Remoteaccess/remoteaccess_en.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Remoteaccess/remoteaccess_en.lex index 5661872..468271b 100644 --- a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Remoteaccess/remoteaccess_en.lex +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Remoteaccess/remoteaccess_en.lex @@ -26,7 +26,9 @@ experienced administrators for remote problem diagnosis and resolution. We recommend leaving this parameter set to "No Access" -unless you have a specific reason to do otherwise.', +unless you have a specific reason to do otherwise. +Note that an "Autoblock" feature is enabled by default when public access is enabled; to disable or tune this feature, refer to the manual at https://wiki.koozali.org/AutoBlock +', 'rma_TITLE_FTP_ACCESS' => 'FTP Settings', 'rma_DESC_FTP_ACCESS' => 'You can also control FTP access to your server. We recommend leaving this parameter set to \'no access\' unless you @@ -90,4 +92,4 @@ to the number 0 unless you require IPSEC client access.', can do so here.
Any old certificates will no longer authenticate against the server, so all IPSEC clients will need to import a new certificate!.', -'rma_LABEL_IPSECRW_RESET' => 'Reset digital certificates', +'rma_LABEL_IPSECRW_RESET' => 'Reset digital certificates', \ No newline at end of file diff --git a/smeserver-manager.spec b/smeserver-manager.spec index 92f27ba..d7ee215 100644 --- a/smeserver-manager.spec +++ b/smeserver-manager.spec @@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 11.0.0 -%define release 59 +%define release 60 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -143,6 +143,9 @@ true %defattr(-,root,root) %changelog +* Thu Feb 27 2025 Brian Read 11.0.0-60.sme +- Enhance ssh security wording to mention autoblock in remoteaccess panel [SME: 8309] + * Thu Feb 27 2025 Brian Read 11.0.0-59.sme - Arrange for Urgent notice to be displayed if date is past Rocky 8 EOL [SME: 12918]