From 570d36758675ad59b16b50c13a1b82700e151276 Mon Sep 17 00:00:00 2001 From: lobanov_v Date: Sun, 9 Aug 2026 06:45:34 +0000 Subject: [PATCH] PasswordAuthenfication no --- sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd_config b/sshd_config index bb2afc0..e6034d9 100644 --- a/sshd_config +++ b/sshd_config @@ -21,7 +21,7 @@ AuthorizedKeysFile .ssh/authorized_keys PermitEmptyPasswords yes # Запретить вход по обычному паролю -PasswordAuthentication yes +PasswordAuthentication no # Разрешить challenge-response аутентификацию ChallengeResponseAuthentication yes