This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Description
Describe the bug
the wrong variable, sshd_custom_options is used for client config file generation
/etc/ansible/roles/dev-sec.ssh-hardening/templates/openssh.conf.j2:{% if sshd_custom_options -%}
/etc/ansible/roles/dev-sec.ssh-hardening/templates/openssh.conf.j2:{% for line in sshd_custom_options %}
Expected behavior
should be ssh_custom_options
Role Version
# ansible-galaxy list | grep ssh
- dev-sec.ssh-hardening, 6.1.1