feat(core): add SSH data access proxy CLI and core managers

This commit is contained in:
2026-05-30 10:02:08 +00:00
commit 47d9846c93
23 changed files with 10399 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Changelog
## Pending
### Features
- add SSH data access proxy CLI and core managers (core)
- Adds CLI commands for listing, adding, editing, connecting to, proxying, mounting, and checking SSH hosts.
- Adds SSH config parsing and writing with managed host blocks, previews, diffs, and backups.
- Adds SSH client, port proxy, mount backend, and session bridge components.
- Adds package configuration, CLI entrypoint, documentation, and tests.