You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Windows compatibility check for SSH multiplexing
Skip SSH multiplexing on Windows due to potential compatibility issues
with OpenSSH's ControlMaster/ControlPath implementation. On Windows,
BuildSSHMultiplexArgs now returns an empty slice, allowing the extension
to work without multiplexing on that platform.
- Add runtime.GOOS check to detect Windows
- Return empty args slice on Windows to disable multiplexing
- Add test to verify platform-specific behavior
- Multiplexing still works on Linux/macOS as before
Co-authored-by: scaryrawr <661373+scaryrawr@users.noreply.github.com>
0 commit comments