Changelog
Changed
- SSH and WSL engine connections now bridge through the engine's own
docker/podman system dial-stdio(over OpenSSH, orwsl.exe --execinside the distro) rather than a separate helper executable, which is no longer built or shipped. Behaviour is unchanged; this requires a reasonably recent Docker/Podman (both have shippedsystem dial-stdiofor years).
Fixed
- Podman on native Windows now connects: when a Podman machine exposes its own Windows named pipe (
npipe:////./pipe/podman-machine-default), the app dials it directly instead of falling back to the in-VM Unix socket (not reachable from a native Windows process) or the unserved SSH-relay pipe. Podman's named pipe is now favored over any relay for local machines.