From 1b9b5c2a5bf0ea6d210446a540c2cf760e881f7b Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 12 Dec 2025 19:54:33 -0600 Subject: [PATCH] oopsie --- salt/benchmarks/configs/sshd-hardening.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/benchmarks/configs/sshd-hardening.conf b/salt/benchmarks/configs/sshd-hardening.conf index 853f9315..27e1d093 100644 --- a/salt/benchmarks/configs/sshd-hardening.conf +++ b/salt/benchmarks/configs/sshd-hardening.conf @@ -8,7 +8,7 @@ ChallengeResponseAuthentication no PubkeyAuthentication yes # Restrict who can SSH in - allow PSF users and system admins -AllowGroups psf-users sudo admin +AllowGroups psf-admin sudo admin # Where to read user keys from AuthorizedKeysFile .ssh/authorized_keys