Implemented initial SSH support. Memory pressure too high for HTTPS and

SSH. Dirty commit.
This commit is contained in:
2026-08-24 22:30:34 +02:00
parent c018bfe361
commit 72d030bc7a
17 changed files with 2314 additions and 27 deletions
+16
View File
@@ -126,6 +126,22 @@ static const char *const s_completion_candidates[] = {
"web certificate rotate --force",
"web reset",
"web reset --force",
/* Authenticated SSH serial transport and independent host identity. */
"ssh help",
"ssh status",
"ssh start",
"ssh stop",
"ssh sessions",
"ssh disconnect",
"ssh counters",
"ssh clear-counters",
"ssh host-key",
"ssh host-key info",
"ssh host-key rotate",
"ssh host-key rotate --force",
"ssh reset",
"ssh reset --force",
};
static ssize_t console_read_with_late_terminal_upgrade(int file_descriptor,