Skip to main content

probe_ssh_access

Function probe_ssh_access 

Source
pub fn probe_ssh_access(
    runner: &dyn ProcessRunner,
    opts: &RemoteOptions,
) -> Result<SshSurfaceProbe>
Expand description

BatchMode SSH true against the box (no password prompt).

ยงErrors

Returns crate::HortoError when the host string cannot be parsed.