mirror of
https://github.com/containers/podman.git
synced 2026-07-09 06:44:58 -04:00
Wrap ssh.DialNet in a goroutine so it respects context cancellation, skip retries on context/timeout errors, and invalidate the cached connection on failure. Fixes: https://github.com/containers/podman/issues/28453 Signed-off-by: Jan Rodák <hony.com@seznam.cz>