{% extends '_without_nav_base.html' %} {% load i18n %} {% block body %}

JumpServer {% trans 'Client' %}

{% trans 'JumpServer Client, currently used to launch the client, now only support launch RDP SSH client, The Telnet client will next' %} {# //JumpServer 客户端,支持 RDP 的本地拉起,后续会支持拉起 ssh。#}

{% trans 'Microsoft' %} RDP {% trans 'Official' %}{% trans 'Client' %}

{% trans 'macOS needs to download the client to connect RDP asset, which comes with Windows' %}

SSH {% trans 'Client' %}

{% trans 'Windows needs to download the client to connect SSH assets, and the MacOS system uses its own terminal' %}

{% if XPACK_ENABLED %}

{% trans 'Windows Remote application publisher tools' %}

{% trans 'Jmservisor is the program used to pull up remote applications in Windows Remote Application publisher' %}

{% endif %}
{% endblock %}