Skip to main content

Module probe

Module probe 

Source
Expand description

Remote CLI probe, arch detection, and box snapshot.

Structs§

RemoteBoxSnapshot
Setup status + doctor from the box without uploading (TUI r).
RemoteCliProbe
Result of probing CLI binaries already on the box (no SCP).

Enums§

RemoteBoxCliStatus
How to show the box CLI after SSH was attempted.

Functions§

classify_ssh_failure
Classify OpenSSH failure text into auth vs unreachable (best-effort).
normalize_cli_version
First line of horto-os-ui --version / long-version output.
probe_found
probe_from_status
probe_remote_cli
Probe install-dir then agent-dir CLI versions over SSH (never SCP).
remote_box_snapshot
Probe CLI version, then fetch setup status and doctor when current. Never SCP.
remote_cli_version_is_current
Whether a remote --version line matches this PC’s baked LONG_VERSION.
remote_probe_arch
Probe uname -m on the remote host.
ssh_command_detail