{% if page != "servers.py" %} {% endif %} {% for ssh in sshs %} {% if page != "servers.py" %} {% endif %} {% endfor %}
{{lang.words.name|title()}} SSH {{lang.words.key}} {{lang.words.group|title()}} {{lang.words.username|title()}}
{% set id = 'ssh_name-' + ssh.id|string() %} {{ input(id, value=ssh.name, size='15') }} {% if ssh.enable == 1 %} {% else %} {% endif %}

{% set id = 'ssh_user-' + ssh.id|string() %} {{ input(id, value=ssh.username, title='SSH user name') }}

{% if ssh.enable == 1 %} {% else %} {% endif %}

+ {{lang.words.add|title()}}

{{lang.words.upload|title()}} SSH {{lang.words.key}} {{lang.phrases.ssh_passphrase}} {{lang.words.key|title()}}
{{ input('ssh-key-pass', title=lang.phrases.ssh_passphrase, type='password') }}

{{lang.words.upload|title()}}
{{lang.phrases.read_about_parameters}} {{lang.words.here}}. {{lang.phrases.read_howto}} {{lang.words.article}}