Skip to content

Commit 29f1626

Browse files
authored
fix psf-users path to use psf-admin group (#625)
1 parent 52303b5 commit 29f1626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/benchmarks/configs/sshd-hardening.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ChallengeResponseAuthentication no
88
PubkeyAuthentication yes
99

1010
# Restrict who can SSH in - allow PSF users and system admins
11-
AllowGroups psf-users sudo admin
11+
AllowGroups psf-admin sudo admin
1212

1313
# Where to read user keys from
1414
AuthorizedKeysFile .ssh/authorized_keys

0 commit comments

Comments
 (0)