{% extends 'base/layout.html' %} {% load i18n %} {% comment %} Shown once, after generating a keypair. The PUBLIC half only — the private key went to OpenBao and is never rendered anywhere. {% endcomment %} {% block title %}{% trans "SSH access added" %}{% endblock %} {% block content %}

{% trans "Public key" %}

{% trans "Add this to the target's authorized_keys. The private key was written to OpenBao and is not shown — reveal the credential if you need it later." %}

{{ public_key }}
{% if service %} {% endif %}
{% trans "Credential" %} {{ object }}
{% trans "Fingerprint" %} {{ object.fingerprint }}
{% trans "Service" %} {{ service }}
{% endblock content %}