{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block page_js %} {% endblock %} {% block content %}
{{ form.repository.help_text|safe }}
{{ form.ssh_auth_type.help_text|safe }}
{% blocktrans trimmed %} The following SSH client public key must be added to the authorized keys list on the remote machine for {{ box_name }} to be able to connect to the remote machine: {% endblocktrans %}
{{ ssh_client_public_key }}
{% blocktrans trimmed %} {{ box_name }} service will attempt to connect using the provided password. If successful, then the public key will be automatically added to the authorized keys list, so that future connections do not need the password. {% endblocktrans %}
{{ form.encryption.help_text|safe }}