[
https://issues.apache.org/jira/browse/SSHD-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309090#comment-16309090
]
Zhenliang Su commented on SSHD-791:
-----------------------------------
I just reviewed the source code and I don't mean the dynamic port forwarding
feature. In dynamic port forwarding case, ssh client acts as a socks proxy
server. In my case, SshClient should directly connect to socks proxy server,
and the socks proxy server directly connect to the target server. SshClient
acts as a socks proxy client.
> Support the socks protocol
> --------------------------
>
> Key: SSHD-791
> URL: https://issues.apache.org/jira/browse/SSHD-791
> Project: MINA SSHD
> Issue Type: New Feature
> Reporter: Zhenliang Su
> Priority: Minor
> Labels: socks
>
> There is a situation for me to use SshClient to connect remote server via a
> socks5 proxy server with Java code. I found the issue
> https://issues.apache.org/jira/browse/SSHD-656 , and I want to implement
> interface ClientProxyConnector to suit my issue, but I found it's impossible
> because socks5 protocol is not as simple as just send a packet, but need to
> send and receive multiple times.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)