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

{% trans "SSH Access" %}

{% trans "Set up SSH access and enable/disable CageFS for " %} {{ domainName }}. {% trans " CageFS require CloudLinux OS." %}

{% if accessed_via_ip %}
Notice: You are accessing CyberPanel via an IP address.
The Web Terminal will not work when accessed via IP. Please issue a hostname SSL and access the panel using your hostname (with valid SSL) to enable the terminal.
Issue Hostname SSL
{% endif %} {% if is_selfsigned_ssl %}
Warning: Your server is using a self-signed SSL certificate for the web terminal.
For security and browser compatibility, please issue a valid hostname SSL certificate.
Issue SSL Now
{% endif %}

{% trans "Set up SSH access for " %} {{ domainName }}. - SFTP Docs

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