Displaying 1 result from an estimated 1 matches for "another_socket".
2006 Apr 22
1
[Patch] Unix Domain Socket Forwarding
...ithin. Basically, any "port" which uses an escaping mechanism is
considered a path instead. That way you can have socket paths like 1234 w/o
ambiguity.
-L[</path/to/socket>]:<host>:<port>
-L<port>:[</path/to/socket>]
-L[</path/to/socket>]:[</path/to/another_socket>]
-R[</path/to/socket>]:<host>:<port>
-R<port>:[</path/to/socket>]
-R[</path/to/socket>]:[</path/to/another_socket>]
I've added several new SSH messages:
streamlocal-forward at openssh.com
forarded-streamlocal at openssh.com
cancel-streamlocal-f...