You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2018/11/15 14:28:00 UTC

[jira] [Commented] (SSHD-863) Add local/remote port forwarding to/from Unix sockets

    [ https://issues.apache.org/jira/browse/SSHD-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688137#comment-16688137 ] 

Goldstein Lyor commented on SSHD-863:
-------------------------------------

{quote}
For documentation for example look at the ssh man page at https://man.openbsd.org/ssh. The description of the -L and -R options.
{quote}
We support the IP local/remote port forwarding in full - both on server and client. As far as _Unix_ sockets are concerned, there is no available Java library that I am aware of that provides this service since it involves *native* code. If you can recommend a good framework for it then we can think about this issue. However, since the feature is not in great demand (thus marked it as _Minor_), you might want to consider adding such support yourself (see _sshd-contrib_ package) - with some help from us. It can be a good exercise in using SSHD library as well as a welcome contribution. If it does become very popular we may consider adding support for it - again, depending on the availability of some 3rd party library that can provide this kind of support.

> Add local/remote port forwarding to/from Unix sockets
> -----------------------------------------------------
>
>                 Key: SSHD-863
>                 URL: https://issues.apache.org/jira/browse/SSHD-863
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Björn Kautler
>            Priority: Minor
>
> Would be nice if MINA SSHD also supports forwarding sockets, not only ports.
>  Currently you can only forward from port to port, but SSH now can do from port to socket, from socket to port, from port to port and from port to socket.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)