summaryrefslogtreecommitdiff
path: root/data/templates/ssh/motd_ssh_dsa_warning.j2
blob: 2d4598fa8704521dee2bebdbbca5379c111dcd07 (plain)
1
2
3
4
5
6
7
8
{% if hostkey_algorithm is vyos_defined %}
{%     set tmp = hostkey_algorithm | select("in", deprecated_algos) %}
{%     if tmp %}
{%         set tmp = ssh_dsa_deprecation_warning ~ ' ' ~  tmp | join(', ') %}
---
{{ tmp | wordwrap(72) }}
{%     endif %}
{% endif %}