ansible-lockdown / AMAZON2023-CIS

Ansible role for Amazon2023 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
24 stars 18 forks source link

4.2.16: Add variable for SSH MaxAuthTries #66

Closed tom-henderson closed 5 months ago

tom-henderson commented 5 months ago

Overall Review of Changes: Adding a new variable amzn2023cis_ssh_maxsauthtries to control setting 4.2.16. The default has been set to 4, matching the value previously hard-coded in the step.

Issue Fixes: Please list (using linking) any open issues this PR addresses

Enhancements: Please list any enhancements/features that are not open issue tickets

How has this been tested?: N/A

tom-henderson commented 5 months ago

Thanks @uk-bolly, I've submitted anther PR to fix up my copy/paste mistakes on this 🤦 Apologies.

Out of interest, what's the release schedule for merging devel into master? It looks like there are a number of good additions.

uk-bolly commented 5 months ago

Thanks @uk-bolly, I've submitted anther PR to fix up my copy/paste mistakes on this 🤦 Apologies.

Out of interest, what's the release schedule for merging devel into master? It looks like there are a number of good additions.

hi @tom-henderson

Im hoping the next couple of days a few PRs ive been following up on, we then leave it a week or so in devel before a merge to main. I may do it later today due to other PRs not yet resolved.

thanks

uk-bolly