{% 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 }}