Implemented initial SSH support. Memory pressure too high for HTTPS and
SSH. Dirty commit.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user