{% extends "agents/_layout.html" %} {% from "_macros.html" import icon %} {% block title %}{{ "New connection" if is_new else profile.name }} - {{ brand.name }}{% endblock %} {% block heading %}{{ "New connection" if is_new else profile.name }}{% endblock %} {% block agents_content %} {% if error %}
{% if profile.verified %} Confirms the host is still the one you accepted, then logs in and runs something harmless to see that it works. {% else %} Looks at this host's key and shows you its fingerprint. Nothing is sent to it — not your username, not your credential — until you accept. {% endif %}
Accepted fingerprint: {{ profile.host_fingerprint }}