From c933a15664fd60823e4e67f74cbe35d4bdaf1996 Mon Sep 17 00:00:00 2001 From: Elian Loraux <elian.loraux@tetras-libre.fr> Date: Wed, 23 Oct 2024 14:24:41 +0200 Subject: [PATCH] Change password connexion to no --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index e882077..c0b42da 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -54,7 +54,7 @@ Protocol 2 #IgnoreRhosts yes # To disable tunneled clear text passwords, change to no here! -#PasswordAuthentication yes +PasswordAuthentication no #PermitEmptyPasswords no # Change to yes to enable challenge-response passwords (beware issues with -- GitLab