Skip to main content

probe_ssh_surface

Function probe_ssh_surface 

Source
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.