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.