{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description:" %}

{% blocktrans %} Run connection test on the registered node to verify SSH credentials.

The SSH connection test will fail if either the node is unreachable, or the provided SSH credentials are invalid.

Warning - this test may take several minutes to complete. {% endblocktrans %}

{% endblock %}