[an error occurred while processing this directive]

Какие ограничения лучше включить для SSHD ?
В /etc/ssh/sshd_config:
 AllowUsers user1 user2 user3@host.ru
 ChallengeResponseAuthentication no
 PermitEmptyPasswords no
 PermitRootLogin no
 Protocol 2
 UseLogin no
 X11Forwarding no
 UsePrivilegeSeparation yes
# убрать все Subsystem
Ограничить вход только с определенных IP через /etc/hosts.allow
 
16.03.2002
Ключи: ssh, login, auth, limit / Лицензия: CC-BY
Раздел:    Корень / Безопасность / SSH

[an error occurred while processing this directive]

[an error occurred while processing this directive]