diff --git a/sshd_config b/sshd_config index e6034d9..9b1097b 100644 --- a/sshd_config +++ b/sshd_config @@ -24,13 +24,13 @@ PermitEmptyPasswords yes PasswordAuthentication no # Разрешить challenge-response аутентификацию -ChallengeResponseAuthentication yes +ChallengeResponseAuthentication no # Разрешить интерактивную клавиатурную аутентификацию через PAM -KbdInteractiveAuthentication yes +KbdInteractiveAuthentication no # Запретить прямой вход под root -PermitRootLogin yes +PermitRootLogin prohibit-password # Использовать PAM для аутентификации и управления сессиями UsePAM yes