{% trans "Public SSH key" %}
{% trans "Weblate currently uses following SSH key:" %}
{% elif can_generate %}{% trans "Generate SSH key" %}
{% trans "You don't seem to have existing SSH key, by pressing button below Weblate will generate it for you." %}
{% endif %} {% if host_keys %}{% trans "Known host keys" %}
{% trans "Hostname" %} | {% trans "Fingerprint" %} |
---|---|
{{ key.0 }} | {{ key.1 }} |
{% trans "Add host key" %}
{% trans "To access SSH hosts, it's host key needs to be verified. You can check host key using form below." %}
{% trans "More information" %}
{% blocktrans %}You can find more information about setting up SSH keys in the Weblate manual.{% endblocktrans %}