pub async fn test_connection(host: &HostConfig) -> Result<String, HostError>Expand description
Test SSH connection to a host
Runs ssh user@host docker version to verify:
- SSH connection works
- Docker is available on remote
pub async fn test_connection(host: &HostConfig) -> Result<String, HostError>Test SSH connection to a host
Runs ssh user@host docker version to verify: