{% extends "pobsync_backend/base.html" %} {% block title %}{% if credential %}SSH Key | {{ credential.name }}{% else %}New SSH Key{% endif %} | pobsync{% endblock %} {% block content %}
{{ credential.public_key }}
Private key path: {{ credential.key_path }}
Fingerprint: {{ credential.fingerprint }}
This SSH key is still selected by {{ credential.hosts.count }} host(s) or {{ credential.global_configs.count }} global config(s). Select another key there before deleting it.
{% else %}Type {{ credential.name }} to confirm deletion.
{% endif %}