Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
Description
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.