tomaswolf commented on issue #479:
URL: https://github.com/apache/mina-sshd/issues/479#issuecomment-2010672416

   See the diagrams in our [technical documentation  on port 
forwarding](https://github.com/apache/mina-sshd/blob/master/docs/technical/tcpip-forwarding.md).
 With dynamic port forwarding, the SOCKS proxy sits in the SSH client, and the 
remote SSH server is instructed to connect to the target host. The connection 
between SSH client and SSH server is encrypted. The connection between the 
SOCKS client and the SOCKS proxy is not, but that is normally not needed. 
(Unless you make the SOCKS port externally accessible, the SOCKS client will be 
on the same host as the SOCKS proxy.) When the connection is established end to 
end, it depends on the protocol between the SOCKS client and the target server 
whether they encrypt their data stream.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to