LINUX.ORG.RU

История изменений

Исправление Bootmen, (текущая версия) :

От меня и всех ниже:

файл sshd_config:
#
Port 61122
LoginGraceTime 30
MaxAuthTries 1
PermitRootLogin yes
StrictModes yes
#
файл jail.local:
#
[sshd]
enabled     = true
filter      = sshd
#action      = iptables-allports
action      = route
logpath     = /var/log/auth.log
maxretry    = 3
findtime  = 1800
bantime  = 43200
#
#

Исходная версия Bootmen, :

От меня и всех ниже: файл sshd_config: # Port 61122 LoginGraceTime 30 MaxAuthTries 1 PermitRootLogin yes StrictModes yes # файл jail.local: # [sshd] enabled = true filter = sshd #action = iptables-allports action = route logpath = /var/log/auth.log maxretry = 3 findtime = 1800 bantime = 43200 # #