{% extends "base.html" %} {% block title %}Upload User Certificate{% endblock title %} {% block content %}

Upload public SSH key for {{ curr_user.username }}

If you proceed you will overwrite any existing previous public and private SSH keys.

{% csrf_token %} {{ form.as_table }}
Cancel
{% endblock content %}