从 sshguard 查看被阻止的地址

cod*_*mok 11 ssh iptables

如何查看 sshguard 阻止到 iptables 的所有地址?

faz*_*zie 17

SSH Guard 必须iptables调用它自己的链sshguard,您可以通过以下方式查看此链中的规则:

iptables -nvL sshguard
Run Code Online (Sandbox Code Playgroud)

有关在此处为 iptables 设置 sshguard 的更多信息

  • 你发的链接失效了 (2认同)