You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Justin SB (JIRA)" <ji...@apache.org> on 2012/06/12 03:42:42 UTC

[jira] [Created] (SSHD-175) Support client port-forwarding

Justin SB created SSHD-175:
------------------------------

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

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

        

[jira] [Updated] (SSHD-175) Support client port-forwarding

Posted by "Justin SB (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Closed] (SSHD-175) Support client port-forwarding

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ 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