sshd-default.conf.j2: one HostKey per line
This commit is contained in:
parent
867d3396bf
commit
5916bd321d
|
@ -8,4 +8,6 @@ TCPKeepAlive yes
|
||||||
Ciphers {{sshd_ciphers}}
|
Ciphers {{sshd_ciphers}}
|
||||||
MACs {{sshd_macs}}
|
MACs {{sshd_macs}}
|
||||||
KexAlgorithms {{sshd_kex_algorithms}}
|
KexAlgorithms {{sshd_kex_algorithms}}
|
||||||
HostKey {%for k in sshd_host_keys%}{{k}}{%endfor%}
|
{%for k in sshd_host_keys%}
|
||||||
|
HostKey {{k}}
|
||||||
|
{%endfor%}
|
||||||
|
|
Loading…
Reference in a new issue