- feat: Your NetBox inventory becomes your SSH host list.
- feat: Add NetBox with
Sin the TUI: fill URL and token and your devices and virtual machines sync into~/.ssh/config. Primary IPs become HostNames, tag slugs become searchable tags and site, role, platform and status show up in the detail panel. - feat: Scope the sync with NetBox's own query language in the Filter field:
status=activeis the default andtag=ssh&site=ams1narrows it to exactly the machines you reach over SSH. - feat: Both token forms work without configuration: new
nbt_tokens and classic API tokens are detected automatically. Self-signed TLS is a toggle away.