Step {{ current_wizard_step }}: Test Connection

Testing SSH connection to {{ data.user or 'ubuntu' }}@{{ data.host }}:{{ data.port or '22' }}

{% if errors %}
{% for e in errors %}
{{ e }}
{% endfor %}
{% endif %}
Testing Connecting to {{ data.user or 'ubuntu' }}@{{ data.host }}:{{ data.port or '22' }}...
{% for key, val in data.items() %} {% if key not in ('_step', 'resource_type', 'csrf_token') %} {% endif %} {% endfor %}