{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Secure SSH - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Secure SSH" %} - {% trans "SSH Docs" %}

{% trans "Secure or harden SSH Configurations." %}

{% trans "Secure SSH" %}

{% trans "Before disabling root login, make sure you have another account with sudo priviliges on server." %}

{% trans "Error message: " %}{$ errorMessage $}

{% trans "SSH Configurations Saved." %}

{% trans "Could not connect. Please refresh this page." %}

{% trans "User Name" %} {% trans "Key" %} {% trans "Delete" %}
root
X

{% trans "SSH Key Deleted" %}

{% trans "Could not connect. Please refresh this page." %}

{% endblock %}