Câu trả lời:
SSH Guard phải có chuỗi riêng iptablesđược gọi sshguardvà bạn có thể xem các quy tắc trong chuỗi này bằng cách:
iptables -nvL sshguard
Thông tin thêm về thiết lập sshguard cho iptables tại đây
iptables -nvL sshguard --line-numbers to get the line number and then iptables -D sshguard {line-number} to remove the specific line.