pub async fn ssh_execute( key_file: &str, ip: &str, command: &str, ) -> Result<(), Error>
Executes a command on a remote instance via SSH with retries