Which SSH configuration parameter specifies the maximum number of authentication attempts allowed per connection?
- MaxLoginAttempts
- MaxAuthTries
- AuthMaxRetries
- LoginAttempts
The SSH configuration parameter that specifies the maximum number of authentication attempts allowed per connection is MaxAuthTries. It can be set in the SSH server configuration file (sshd_config) to enhance security by limiting the number of failed login attempts.
Loading...
Related Quiz
- What is the primary purpose of the chmod command in Linux?
- What command in Linux provides a dynamic real-time view of the system's running processes?
- Which command is used to view the list of scheduled tasks for the system?
- Which tool enforces mandatory access controls at the kernel level in Linux?
- To iterate over a range of numbers in a loop, one might use the seq command combined with the _________ loop.