- remote_machines table in sessions.db (id, label, url, token, auto_connect, spki_pins as JSON array, created_at, updated_at) - session/machines.rs: save/load/delete/update_pins CRUD operations - RemoteManager: set_session_db() + load_from_db() for startup restoration - All mutations persist: add_machine, remove_machine, add_spki_pin, remove_spki_pin, TOFU auto-store — pins survive restart - 197 cargo tests passing, 0 warnings |
||
|---|---|---|
| .. | ||
| agents.rs | ||
| anchors.rs | ||
| layout.rs | ||
| machines.rs | ||
| metrics.rs | ||
| mod.rs | ||
| sessions.rs | ||
| settings.rs | ||
| ssh.rs | ||