{% extends "sshKey/master.html"%} {% block title %}{{ person.getLabelValue|escape}} - Add SSH Key{% endblock %} {% block content %}

Add SSH key

SSH can be used to access Git, Mercurial and Subversion services. Enter your public key below.

{% include "snippets/formerrors.html" %}
Key details {{ form.keyString }}

Please paste in your public key (format: 'Type Code Ref') without any trailing space.


Example: ssh-rsa ffff name@host


Please check and

{% endblock %}