{% extends "repomaker/storage/detail_ssh_key.html" %} {% load i18n %} {% block ssh_help_text %}

{% blocktrans trimmed %} Please make sure to add this public SSH key to your SSH server's ~/.ssh/authorized_keys file, if you have not done so already. {% endblocktrans %}

{% trans "Security Warning: This gives repomaker write access to that storage. Please limit this user's access as much as possible." %}

{% endblock ssh_help_text %} {% block storage_details %}
  • face {% trans 'Username' %} {{ storage.username }}
  • cloud_circle {% trans 'Host' %} {{ storage.host }}
  • folder {% trans 'Path' %} {{ storage.path }}
  • {% endblock storage_details %}