FossilRepo

fossilrepo / templates / accounts / ssh_keys.html

{% extends "base.html" %} {% block title %}SSH Keys — Fossilrepo{% endblock %}

{% block content %}

SSH Keys

Add SSH Key

{% if keys %}

Your Keys

{% for key in keys %}
{{ key.title }}
{{ key.fingerprint }}
{{ key.key_type|upper }} · Added {{ key.created_at|timesince }} ago {% if key.last_used_at %}· Last used {{ key.last_used_at|timesince }} ago{% endif %}
{% endfor %}

{% else %}

No SSH keys added yet.

Add an SSH key to clone and push Fossil repos over SSH.

{% endif %}

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button