|
51 | 51 | {% if match_list is iterable %} |
52 | 52 | {% for match in match_list %} |
53 | 53 | Match {{ match["Condition"] }} |
| 54 | +{{ render_option("Include",match["Include"],true) -}} |
54 | 55 | {{ render_option("AcceptEnv",match["AcceptEnv"],true) -}} |
55 | 56 | {{ render_option("AllowAgentForwarding",match["AllowAgentForwarding"],true) -}} |
56 | 57 | {{ render_option("AllowGroups",match["AllowGroups"],true) -}} |
@@ -82,7 +83,6 @@ Match {{ match["Condition"] }} |
82 | 83 | {{ render_option("HostbasedAuthentication",match["HostbasedAuthentication"],true) -}} |
83 | 84 | {{ render_option("HostbasedUsesNameFromPacketOnly",match["HostbasedUsesNameFromPacketOnly"],true) -}} |
84 | 85 | {{ render_option("IgnoreRhosts",match["IgnoreRhosts"],true) -}} |
85 | | -{{ render_option("Include",match["Include"],true) -}} |
86 | 86 | {{ render_option("IPQoS",match["IPQoS"],true) -}} |
87 | 87 | {{ render_option("KbdInteractiveAuthentication",match["KbdInteractiveAuthentication"],true) -}} |
88 | 88 | {{ render_option("KerberosAuthentication",match["KerberosAuthentication"],true) -}} |
@@ -131,6 +131,7 @@ Match {{ match["Condition"] }} |
131 | 131 | {{ match_block(match_list) -}} |
132 | 132 | {% endif %} |
133 | 133 | {% endmacro %} |
| 134 | +{{ body_option("Include",sshd_Include) -}} |
134 | 135 | {{ body_option("Port",sshd_Port) -}} |
135 | 136 | {{ body_option("AddressFamily",sshd_AddressFamily) -}} |
136 | 137 | {{ body_option("ListenAddress",sshd_ListenAddress) -}} |
@@ -184,7 +185,6 @@ Match {{ match["Condition"] }} |
184 | 185 | {{ body_option("HostbasedAcceptedAlgorithms",sshd_HostbasedAcceptedAlgorithms) -}} |
185 | 186 | {{ body_option("HostbasedAuthentication",sshd_HostbasedAuthentication) -}} |
186 | 187 | {{ body_option("HostbasedUsesNameFromPacketOnly",sshd_HostbasedUsesNameFromPacketOnly) -}} |
187 | | -{{ body_option("Include",sshd_Include) -}} |
188 | 188 | {{ body_option("IPQoS",sshd_IPQoS) -}} |
189 | 189 | {{ body_option("IgnoreRhosts",sshd_IgnoreRhosts) -}} |
190 | 190 | {{ body_option("IgnoreUserKnownHosts",sshd_IgnoreUserKnownHosts) -}} |
|
0 commit comments