{% extends "master.html" %} {% block title %}Doc: SSH hostkeys/Fingerprints{% endblock %} {%block tag %}home{% endblock %} {% block content %}
{{ config['SSH_KEYS'][cert]['fingerprint'] }}
{{ config['SSH_KEYS'][cert]['pubkey'] }}{% endfor %} {% else %}
No SSH keys have been specified in the configuration file.
You should ask an admin to fill this information.
{% endif %} {% endblock %}