From 682ed11d3b063eb90c722f1b1687446ece8a60d2 Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Wed, 10 Jan 2024 23:00:35 +0100 Subject: [PATCH] switch to prohibit-password (without-password is deprecated) --- all/common/templates/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all/common/templates/sshd_config.j2 b/all/common/templates/sshd_config.j2 index 4bafc940..9fe112fa 100644 --- a/all/common/templates/sshd_config.j2 +++ b/all/common/templates/sshd_config.j2 @@ -33,7 +33,7 @@ LogLevel INFO # Authentication: LoginGraceTime 120 -PermitRootLogin without-password +PermitRootLogin prohibit-password StrictModes yes RSAAuthentication yes -- GitLab