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

Justin SB updated SSHD-175:
---------------------------

    Description: 
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

  was:
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 local socket and performs port-forwarding, 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

    
> 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
>            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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to