{% extends "base.html" %} {% block prehead_includes %} {% endblock %} {% block title %}Manage SSH Keys{% endblock %} {% block content %}
You have the following SSH Keys stored in the sloecode system. You may remove existing keys, or add new ones above.
{% for key in person.auth_keys %}You do not have any SSH keys stored in the sloecode system. You may add a SSH key above.
{% endif %}