Default value of ssh_client_alive_interval
is inconsistent with what documentation says
#701
Labels
ssh_client_alive_interval
is inconsistent with what documentation says
#701
Description
Documentation of
ssh_client_alive_interval
claims that the default is 600 secondsansible-collection-hardening/roles/ssh_hardening/README.md
Lines 114 to 118 in cec9c99
This is inconsistent with what the actual code, where
ssh_client_alive_interval
defaults to 300 seconds:ansible-collection-hardening/roles/ssh_hardening/defaults/main.yml
Line 64 in cec9c99
Reproduction steps
Current Behavior
N/A
Expected Behavior
Code and documentation should be consistent. If I had to choose, I'd prefer a longer timeout, so favouring what the documentation says, I'm finding the default value of 300 seconds very short (I know I can change it, just reporting the experience of dealing with timeouts every 5 minutes).
OS / Environment
N/A
Ansible Version
Collection Version
Additional information
N/A
The text was updated successfully, but these errors were encountered: