pub fn probe_ssh_surface(
runner: &dyn ProcessRunner,
opts: &RemoteOptions,
embedded: bool,
) -> Result<SshSurfaceProbe>Expand description
Probe SSH only (BatchMode).
ยงErrors
Returns crate::HortoError when the host string cannot be parsed.