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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
