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' }}...