{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2016 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %}{% trans "SSH keys" %}{% endblock %} {% block text_title %}

{% trans "SSH keys" %}

{% endblock %} {% block content %} {% if delete_key_form.fields.ssh_keys.choices %}
{% csrf_token %} {{ delete_key_form }}
{% endif %}

{% trans "Import new SSH key" %}

{% blocktrans %} Insert the contents of your public key (usually ~/.ssh/id_dsa.pub or ~/.ssh/id_rsa.pub).

Note: Only SSH v2 keys are supported. {% endblocktrans %}

{% csrf_token %} {{ import_key_form }}
{% endblock %} {% block extra_js %} {% endblock %}