{% load djblets_utils i18n rbadmintags %} {% url 'settings-ssh' as ssh_settings_url %} {# SSH Public Key information #}
Some repositories (usually self-hosted repositories) require an SSH public key for secure access.
{% if adminform.form.public_key %} {% comment %} Use a{% blocktrans %} Your hosting account was successfully linked. You will not need to link it again when fixing the remaining errors. {% endblocktrans %}
RSA key fingerprint is {{hostkeyerror.key}}.
{% endif %} {% if hostkeyerror.expected_key %}Expected fingerprint is {{hostkeyerror.expected_key}}.
{% endif %} {% elif certerror %} {% if certificate.failures %}{% trans "There were errors validating this certificate:" %}
{% blocktrans %} Do you trust this host, or do you want to go back and edit the repository information? {% endblocktrans %}
{% blocktrans %} This repository requires a valid SSH public key. You can create or upload a new SSH key, add it to the server, and then try again. {% endblocktrans %}
{% blocktrans %} Note that replacing an existing key may impact other repositories. {% endblocktrans %}