Skip to content
Snippets Groups Projects

Update JUNOS and NOKIA trunk_interface template to manage interface removals

Merged Simone Spinelli requested to merge NAT_178_refinements_on_iptrunk_modification into develop
Files
3
@@ -46,6 +46,10 @@ replace: login {
ssh-dsa "{{ dsa_key }}";
{% endfor %}
{% endif %}
{% if login_user.authentication.ssh_ecdsa is defined %} {% for ecdsa_key in login_user.authentication.ssh_ecdsa %}
ssh-ecdsa "{{ ecdsa_key }}";
{% endfor %}
{% endif %}
{% if login_user.authentication.ssh_rsa is defined %} {% for rsa_key in login_user.authentication.ssh_rsa %}
ssh-rsa "{{ rsa_key }}";
{% endfor %}
Loading