Menu

#8 Forwarding sockets

open
nobody
None
5
2020-07-10
2018-11-15
No

Would be nice if JSch also supports forwarding sockets, not only ports.
Currently you can only forward from port to port in JSch, but SSH now can do from port to socket, from socket to port, from port to port and from port to socket.

Discussion

  • Matthias Wiedemann

    I extended jsch ith your requested feature. Please checkout https://github.com/mwiede/jsch

     
    • Björn Kautler

      Björn Kautler - 2020-07-10

      Nice @matez, does this fully support it though?

      local port => remote socket
      local socket => remote socket
      local socket => remote port
      remote port => local socket
      remote socket => local socket
      remote socket => local port

      From a quick look it seems you are only providing a small subset.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.