{% extends 'nova/base.html' %} {% load i18n %} {% block sidebar %} {% with current_sidebar="keypairs" %} {{block.super}} {% endwith %} {% endblock %} {% block headerjs %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Keypairs") %} {% endblock page_header %} {% block dash_main %} {% if keypairs %} {% include 'nova/keypairs/_list.html' %} {% else %}
{% endif %}{% 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."%}
{% 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."%}