modified: sshd_config
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user