From f58d0d7d0196d4ca2aebd001aacd00df91548300 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 16 Jan 2022 15:15:09 +0200 Subject: [PATCH] ssh/user-permit-password: add example for multiple users --- etc/ssh/sshd_config.d/user-permit-password.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssh/sshd_config.d/user-permit-password.conf b/etc/ssh/sshd_config.d/user-permit-password.conf index 1945abb2..7e4b7b80 100644 --- a/etc/ssh/sshd_config.d/user-permit-password.conf +++ b/etc/ssh/sshd_config.d/user-permit-password.conf @@ -5,7 +5,7 @@ # blocking passwords, but accepting only specific users to use passwords. # https://serverfault.com/a/461865 OpenSSH_8.4p1 -#Match User someone +#Match User someone,somebodyelse,whoever # PasswordAuthentication yes # AuthenticationMethods any #Match All