[ 
https://issues.apache.org/jira/browse/SSHD-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet closed SSHD-175.
--------------------------------

    Resolution: Duplicate
      Assignee: Guillaume Nodet
    
> Support client port-forwarding
> ------------------------------
>
>                 Key: SSHD-175
>                 URL: https://issues.apache.org/jira/browse/SSHD-175
>             Project: MINA SSHD
>          Issue Type: New Feature
>            Reporter: Justin SB
>            Assignee: Guillaume Nodet
>            Priority: Minor
>
> Add client support for port-forwarding
> Patch attached; it creates a new channel type (direct-tcpip) and also has two 
> strategies for using it.
> The first strategy opens a local socket and relays incoming connections over 
> the SSH channel, it is useful for compatibility, but the implementation is 
> thread-intensive and so not really preferred.
> The preferred strategy subclasses Socket, and allows for connection over an 
> SSH tunnel without opening a local port.
> https://github.com/platformlayer/mina-sshd/commit/6f798f46b1b79b8066a78b5323aa412978a18b1e

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to