If you wanted to rate limit incoming SSH connections using iptables, which module would be most appropriate?

  • -m limit
  • -m state
  • -m connlimit
  • -m ssh
To rate limit incoming SSH connections using iptables, the most appropriate module is -m connlimit. This module allows you to set limits on the number of connections established within a specified time frame. It's useful for mitigating brute-force attacks on SSH.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *