Skip to main content

detect_distro

Function detect_distro 

Source
pub fn detect_distro(host: &HostConfig) -> Result<DistroInfo, HostError>
Expand description

Detect the Linux distribution on a remote host

Runs cat /etc/os-release via SSH to parse distribution info.