From a10b637f0ea96449178ed3af596964bb4578ed0f Mon Sep 17 00:00:00 2001 From: Rene Date: Fri, 25 Feb 2022 00:49:15 +0100 Subject: [PATCH] allowedUsers does not allow comma separation --- roles/base/files/system_setup/sshd_custom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/system_setup/sshd_custom.conf b/roles/base/files/system_setup/sshd_custom.conf index 3915ee6..7872136 100644 --- a/roles/base/files/system_setup/sshd_custom.conf +++ b/roles/base/files/system_setup/sshd_custom.conf @@ -15,7 +15,7 @@ PrintLastLog no AllowUsers rene Match Address 192.168.1.240 - AllowUsers root,rene + AllowUsers root rene Match User root PasswordAuthentication no