-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port forwarding to unix socket or named pipe to Windows #2321
Comments
@RailWar was this working with OpenSSH 9.5? We are curious if this is a regression |
I don't know. But I thing that doesn't work. I found a fork at https://github.com/crunchloop/openssh-portable/tree/add-af-unix-support. I made one adding and now I got a working unix domain socket on Windows. I will check that named pipes work in this fork. Saddly that this fork waits a merging a long time. |
If you could test your scenario on 9.5 that would help us identify if this is a regression or not. I suspect it isnt but good to rule out regardless. |
in version 9.5p1 I get the same errors |
Digging deeper and found this PR on the topic, PowerShell/openssh-portable#674, looks like you found it to 😄. We plan to revisit this PR but do not have an ETA yet as far as merging. |
It is good news. There are minimal changes. I hope that you will be able to do this merger sooner |
Prerequisites
Steps to reproduce
I try a tcp port 22222 forward to unix socket or named pipe on same windows (localhost). I use application witten on c++ as unix socket server and pipes server. sshd_config is original, unmodified.
Expected behavior
Actual behavior
Error details
Environment data
Version
OpenSSH_for_Windows_9.8p1 Win32-OpenSSH-GitHub, LibreSSL 3.9.2
Visuals
No response
The text was updated successfully, but these errors were encountered: