{% extends "sshKey/master.html"%} {% block title %}{{ person.getLabelValue|escape}} - Add SSH Key{% endblock %} {% block content %}
SSH can be used to access Git, Mercurial and Subversion services.
{% if view.isSshPluginEnabled %} {% if view.canUpdatePerson %} {% if person.sshKeys.count %}
{{sshKey.keyString|escape|join:""}} |