From 6c6e0948efaf1cc669e1a514ba944c4c040850b5 Mon Sep 17 00:00:00 2001 From: kramttocs <11565750+kramttocs@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:12:43 -0500 Subject: [PATCH 1/2] Fix typo in dropbear jail configuration --- jail.d/dropbear.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jail.d/dropbear.conf b/jail.d/dropbear.conf index 706276d..c6ff48c 100644 --- a/jail.d/dropbear.conf +++ b/jail.d/dropbear.conf @@ -3,7 +3,7 @@ [dropbear] -enable = false +enabled = false port = ssh logpath = %(dropbear_log)s backend = %(dropbear_backend)s From 902d7c5b0e420af42982818ce6ff4beb7363272d Mon Sep 17 00:00:00 2001 From: kramttocs <11565750+kramttocs@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:13:09 -0500 Subject: [PATCH 2/2] Fix typo in selinux-ssh jail configuration --- jail.d/selinux-ssh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jail.d/selinux-ssh.conf b/jail.d/selinux-ssh.conf index fc6824a..d4d81b3 100644 --- a/jail.d/selinux-ssh.conf +++ b/jail.d/selinux-ssh.conf @@ -3,6 +3,6 @@ [selinux-ssh] -enable = false +enabled = false port = ssh logpath = %(auditd_log)s