Skip to content
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

Support Unix socket forwarding with -W #254

Closed

Conversation

steffen-kiess
Copy link

Currently ssh -W will parse Unix socket arguments correctly, but will
then fail to set up a tunnel because parse_forward() sets listen_path
instead of listen_host.

Choose the correct value for stdio_forward_host and use the correct
rtype in channel_connect_stdio_fwd().

Currently ssh -W will parse Unix socket arguments correctly, but will
then fail to set up a tunnel because parse_forward() sets listen_path
instead of listen_host.

Choose the correct value for stdio_forward_host and use the correct
rtype in channel_connect_stdio_fwd().
@kalvdans
Copy link

kalvdans commented Sep 5, 2023

Implemented by 94842bf, I think we can close this PR.

@steffen-kiess
Copy link
Author

Yes, this PR can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants