{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}import_keypair_form{% endblock %} {% block form_action %}{% url 'horizon:project:access_and_security:keypairs:import' %}{% endblock %} {% block modal-header %}{% trans "Import Keypair" %}{% endblock %} {% block modal-body %}
{% trans "Keypairs are ssh credentials which are injected into images when they are launched. Creating a new key pair registers the public key and downloads the private key (a .pem file)." %}
{% trans "Protect and use the key as you would any normal ssh private key." %}