Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.2k views
in Technique[技术] by (71.8m points)

Fail2ban无法启用sshd jail

已新增配置jail.local:

[DEFAULT]
maxretry = 5
findtime = 60

[sshd]
enbale  = true
port    = 19369
backend = auto

重启指令:sudo service fail2ban restart

查看: sudo fail2ban-client status ssh,提示:

2020-11-26 09:50:32,570 fail2ban                [26001]: ERROR   NOK: ('sshd',)
Sorry but the jail 'sshd' does not exist

请问该如何启用sshd jail?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

fail.local中sshd 的配置项enabled写错了。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...