{% extends "master.html" %} {% block title %}Doc: SSH hostkeys/Fingerprints{% endblock %} {% set tag = "home" %} {% block content %}
SSH host keys and fingerprints can be use to ensure you are connecting to pagure's server and not someone else's.
Here below are the SSH Hostkey and the Fingerprint of this current pagure instance:
{% for cert in config.get('SSH_KEYS') %} {% for type in config['SSH_KEYS'][cert] %}{{ config['SSH_KEYS'][cert][type] }}