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

streamlocal-forward support #311

Open
kanpov opened this issue Jul 6, 2024 · 3 comments
Open

streamlocal-forward support #311

kanpov opened this issue Jul 6, 2024 · 3 comments

Comments

@kanpov
Copy link

kanpov commented Jul 6, 2024

Remote UDS => local UDS

@kanpov
Copy link
Author

kanpov commented Jul 6, 2024

I'll try to contribute

@kanpov
Copy link
Author

kanpov commented Jul 6, 2024

Similar to tcpip-forward, streamlocal-forward is sent by the client
to request remote forwarding of a Unix domain socket.

	byte		SSH2_MSG_GLOBAL_REQUEST
	string		"[email protected]"
	boolean		TRUE
	string		socket path

Similar to cancel-tcpip-forward, cancel-streamlocal-forward is sent
by the client cancel the forwarding of a Unix domain socket.

	byte		SSH2_MSG_GLOBAL_REQUEST
	string		"[email protected]"
	boolean		FALSE
	string		socket path

@kanpov
Copy link
Author

kanpov commented Jul 6, 2024

@Eugeny Tried to do this in #312

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

No branches or pull requests

2 participants
@kanpov and others