[GitHub] [mina-sshd] tomaswolf commented on issue #309: Allow for the use of HTTP or SOCKS proxies

2023-09-28 Thread via GitHub


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

   > after switching to JGitSshClient?
   
   Huh? If you are taking about the **internal** client that used **inside** 
JGit's binding to Apache MINA sshd, then please note:
   
   1. This is an internal class in JGit. It is not intended for general-purpose 
use.
   2. It is tailored to the use case of JGit.
   3. JGit creates a new client for each SSH connection/session. (git push, 
fetch, clone, ls-remote) The client is not intended to be re-used across 
several sessions. (Except proxyjumping.) Maybe it works, but more likely not 
since we (the JGit team) never tested that since it's not our use case.
   4. The client is configured specially via JGit's `SshdSessionFactory`.
   5. If that client is used outside of JGit and fails, neither the JGit 
maintainers nor the Apache MINA sshd maintainers can provide any support. 
   


-- 
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



[GitHub] [mina-sshd] tomaswolf commented on issue #309: Allow for the use of HTTP or SOCKS proxies

2023-01-10 Thread GitBox


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

   It is possible to connect via HTTP or SOCKS proxies with Apache MINA sshd. 
But the library does not provide this feature out of the box; users have to 
write their own code.
   
   See 
[SSHD-1008](https://issues.apache.org/jira/browse/SSHD-1008?focusedCommentId=17121296=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17121296).
   
   Also related: [SSHD-751](https://issues.apache.org/jira/browse/SSHD-751)


-- 
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