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