{% extends "sshKey/master.html"%} {% block title %}Register SSH Key{% endblock %} {% block content %}

Register SSH Key

Please enter key details below.

{% if form.has_errors %}

Sorry, the following problems prevented the registration from being completed.

{% endif %}
Key details {{ form.keyString }}

Please paste in your public key (format: 'Key-Type Key-Code User-Info') without any trailing space.


Please check and

{% endblock %}