Function ssh_execute

Source
pub async fn ssh_execute(
    key_file: &str,
    ip: &str,
    command: &str,
) -> Result<(), Error>
Expand description

Executes a command on a remote instance via SSH with retries