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.
Loading...
Related Quiz
- In the context of iptables, what is the purpose of the INPUT chain?
- The primary configuration file for setting up static routes on a Linux system is ________.
- What component in Linux is responsible for managing system resources and providing an interface between the hardware and the user space?
- Which Linux command can be used to enforce password policies and aging?
- Which special variable in a shell script represents the script's name?