{% extends "base.html" %} {% block content %}

SSH-pull a live device

netguard connects only to the host you specify, only over SSH, only with the credentials you enter on this page. Credentials live in this process for the duration of the pull — never written to disk, never sent anywhere else.

{% if error %}
{{ error }}
{% endif %} {% if not catalog_loaded %}
STIG catalog not loaded. Audit will run but STIG findings will be empty until you import a catalog on the Catalog page.
{% endif %}
One round-trip: SSH → show running-config + show version → parse → audit → annotated .cfg + .ckl.
{% endblock %}