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

Commit c36b360

Browse files
authored
Merge pull request #225 from dev-sec/fix_224
use correct variable ssh_custom_options in ssh_config template
2 parents c7039e3 + ae630c3 commit c36b360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/openssh.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This is the ssh client system-wide configuration file.
44
# See ssh_config(5) for more information on any settings used. Comments will be added only to clarify why a configuration was chosen.
55

6-
{% if sshd_custom_options -%}
6+
{% if ssh_custom_options -%}
77
# Custom configuration that overwrites default configuration
88
# ==========================================================
9-
{% for line in sshd_custom_options %}
9+
{% for line in ssh_custom_options %}
1010
{{ line }}
1111
{% endfor %}
1212
{% endif %}

0 commit comments

Comments
 (0)