{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Protocol" %}:
{% trans
{% if i.template.os_type == 'linux' %}

{% blocktrans %}You can access Linux machines through the SSH protocol (we recommend PuTTY for Windows and OpenSSH for all other systems). {% endblocktrans %}

{% if i.template.access_type == 'nx' %}

{% blocktrans %}Graphical log in is also supported with the NoMachine NX Client application.{% endblocktrans %}

{% endif %} {% else %}

{% blocktrans %}You can access Windows machines through the remote desktop protocol.{% endblocktrans %}

{% blocktrans %}We recommend the built-in remote desktop client for Windows and Remmina for Linux.{% endblocktrans %}

{% endif %}
{{i.template.access_type|upper}}
{% trans "IP" %}: {{ i.get_connect_host }}
{% trans "Port" %}: {{ i.get_port}}
{% trans "Username" %}: cloud
{% trans "Password" %}: