{% extends 'base.html' %} {% block content %}

Basic SSH Settings

Edit SSH Configuration file


Authorized SSH Keys

    {% if keys %} {% for key in keys %}
  • {{ key }}
  • {% endfor %} {% else %} No authorized keys in /root/.ssh/authorized_keys file. {% endif %}

Add New SSH Key



{% endblock %}