{% 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 %}
{% 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 %}
{% endblock %} {% block extra_js %} {% endblock %}