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

sshd_custom_options used in ssh_config generation #224

@sfuerte

Description

@sfuerte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions