Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-175

Support client port-forwarding

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • None

    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

      Attachments

        Issue Links

          Activity

            People

              gnodet Guillaume Nodet
              justinsb Justin SB
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: