从sshguard查看被阻止的地址


Answers:


15

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

iptables -nvL sshguard

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


1
您发布的链接已失效
hanzo2001'9

我已经修复了链接。
fazie

1
如果要删除其中一个阻止的地址,请使用iptables -nvL sshguard --line-numbers获取行号,然后iptables -D sshguard {line-number}删除特定的行。
指挥官
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.