Thomas Wolf
Thomas Wolf
Sorry for the long message, but when I looked at this it took me surprisingly long to find my way through the code. I must say I find the implementation...
Any comments on the PR #507? If none, I'll assume it's fine and will merge tomorrow.
Support for PKCS11 hardware security modules is not implemented in Apache MINA sshd, but could be added via the SunPKCS11 security provider. [JGit did so](https://github.com/eclipse-jgit/jgit/commit/23758d7a6). Support for FIDO keys (sk_*...
The basic problem here is a mixture of asynchronous mechanisms (futures, and listeners) and then a listener making a synchronous `executeRemoteCommand` call. The immediate cause for blocking is that internally...
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...
I was just describing the current state. It _is_ a valid feature request. Though perhaps not "allowing" it, since that is already the case, but providing built-in connectors for HTTP...
> after switching to JGitSshClient? Huh? If you are talking about the **internal** client that used **inside** JGit's binding to Apache MINA sshd, then please note: 1. This is an...
This commit message is more an issue description. Please open a bug issue and explain all that there. Then the commit message can focus on the change here (synchronizing access...