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

{{ person.getFirstName }}’s SSH keys

SSH can be used to access Git, Mercurial and Subversion services.

{% if view.isSshPluginEnabled %} {% if view.canUpdatePerson %} {% if person.sshKeys.count %} {% for sshKey in person.sshKeys %} {% endfor %}
Remove
{{sshKey.keyString|escape|join:"​"}}
{% endif %} {% endif %} {% endif %} {% include "snippets/formerrors.html" %} {% if not person.sshKeys.count %} {% endif %}
New SSH public key {{ 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 %}