{% load i18n %} {% load icons %} {% load translations %} {% for ssh_key in public_ssh_keys.values %} {% if ssh_key.key %}

{% documentation_icon 'vcs' 'ssh-repos' right=True %} {% blocktrans with key_type=ssh_key.name %}Public {{ key_type }} SSH key{% endblocktrans %}

{% blocktrans %}Weblate uses SSH key to access remote repositories. The corresponding public key is found below, you can use it to grant Weblate access to a repository.{% endblocktrans %}

{{ ssh_key.key|linebreaks }}
{% if key_download %} {% endif %}
{% endif %} {% endfor %}