{% extends "pobsync_backend/base.html" %} {% block title %}Generate SSH Key | pobsync{% endblock %} {% block content %} Access Generate SSH Key Create a pobsync-managed SSH key pair for one or more backup targets. Back to SSH keys Create Key Pair {% csrf_token %} {{ form.non_field_errors }} {% for field in form %} {{ field.errors }} {{ field.label }} {{ field }} {% if field.help_text %}{{ field.help_text }}{% endif %} {% endfor %} Generate SSH key Cancel {% endblock %}