From 363ed88731f7358b84bb3ade04b718bfad54b183 Mon Sep 17 00:00:00 2001 From: m8in Date: Fri, 20 Mar 2026 20:45:28 +0100 Subject: [PATCH] Security improved --- core/default/etc/ssh/sshd_config.d/AccessRestriction.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/core/default/etc/ssh/sshd_config.d/AccessRestriction.conf b/core/default/etc/ssh/sshd_config.d/AccessRestriction.conf index a85f086..3bffc5c 100644 --- a/core/default/etc/ssh/sshd_config.d/AccessRestriction.conf +++ b/core/default/etc/ssh/sshd_config.d/AccessRestriction.conf @@ -8,3 +8,4 @@ AllowUsers root # - adduser "${USER}" "ssh_login" Match group ssh_login AllowUsers * + PasswordAuthentication no