You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2022/11/01 10:00:59 UTC

[GitHub] [mina-sshd] leild opened a new issue, #261: Does sshd not support sock5 forwarding proxy?

leild opened a new issue, #261:
URL: https://github.com/apache/mina-sshd/issues/261

   Does sshd not support sock5 forwarding proxy? 我们通过
   
   ![image](https://user-images.githubusercontent.com/43057576/199208541-813ac18f-0a90-47f5-9220-6fbd861406c3.png)
   Can the core code be modified to add a proxy that supports multiple protocols?
   
   


-- 
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-unsubscribe@mina.apache.org.apache.org

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


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


[GitHub] [mina-sshd] tomaswolf commented on issue #261: Does sshd not support sock5 forwarding proxy?

Posted by GitBox <gi...@apache.org>.
tomaswolf commented on issue #261:
URL: https://github.com/apache/mina-sshd/issues/261#issuecomment-1298851495

   Client-side the only support is via the `ClientProxyConnector` and `SshClient.setClientProxyConnector()`.
   
   See also [SSHD-1008](https://issues.apache.org/jira/browse/SSHD-1008).


-- 
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-unsubscribe@mina.apache.org

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


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


[GitHub] [mina-sshd] tomaswolf commented on issue #261: Does sshd not support sock5 forwarding proxy?

Posted by GitBox <gi...@apache.org>.
tomaswolf commented on issue #261:
URL: https://github.com/apache/mina-sshd/issues/261#issuecomment-1304762353

   The comment refers to making the logging configurable.
   
   If you want to use Netty and create your own pipeline, go ahead an plug in a custom-written `IoServiceFactoryFactory`. The Apache MINA sshd `IoService` is an abstraction that is independent of the actual implementation, and it doesn't have the concept of a pipeline or filter chain.


-- 
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-unsubscribe@mina.apache.org

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


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


[GitHub] [mina-sshd] leild commented on issue #261: Does sshd not support sock5 forwarding proxy?

Posted by GitBox <gi...@apache.org>.
leild commented on issue #261:
URL: https://github.com/apache/mina-sshd/issues/261#issuecomment-1304734114

   ![image](https://user-images.githubusercontent.com/43057576/200158650-744c121b-7f51-49c4-8dcf-e00b78906864.png)
   Can this code be modified to provide an external support interface, more friendly support, reduce TODO?Thanks.
   


-- 
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-unsubscribe@mina.apache.org

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


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


[GitHub] [mina-sshd] leild closed issue #261: Does sshd not support sock5 forwarding proxy?

Posted by GitBox <gi...@apache.org>.
leild closed issue #261: Does sshd not support sock5 forwarding proxy?
URL: https://github.com/apache/mina-sshd/issues/261


-- 
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-unsubscribe@mina.apache.org

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


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