{% extends 'base/layout.html' %} {% load form_helpers %} {% block title %}Single Device (SSH){% endblock %} {% block content %}
Device Import & Sync — Single Device (SSH)

Import one SSH-reachable device. Placement uses NetBox object pickers (Site → Location → Rack chain), so you can only pick objects that already exist. Name, serial, model, interfaces and VLANs come from the SSH scrape. Credentials are used only for this run and never stored.

{% csrf_token %} {% render_form form %}
Cancel
{% endblock %}