{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}

{% trans "SSH Private Key"%}


{% if private_key %}
{% trans "Warning!"%}{% trans "You can view your SSH private key once. Copy it or if it wasn't downloaded automatically, just click on Download to start it."%}
{% else %}
{% trans "Warning!"%}{% trans "Your SSH private key was already generated and downloaded, if you lost it, contact us. "%}
{% endif %} {% trans "Go to my Virtual Machine Dashboard"%}
{% if private_key %} {%endif%} {%endblock%}