mina-sshd
mina-sshd copied to clipboard
Apache MINA sshd is a comprehensive Java library for client- and server-side SSH.
In JDK14 the automatic module name resolution seems not to be sufficient. Specifying the automatic module name explicitly fixes the problem.
This PR simply adds a unit test for SSHD-1066.
This is my proposed code change to fix [SSHD-851](http://issues.apache.org/jira/browse/SSHD-851).
There is a race condition when using SOCKS proxies with the SSHD server. After the initial SOCKS negotiation the SOCKS proxy creates a channel. When notified that the SOCKS channel...
Hi there, We have encouraged an issue in which the SSHD doesn’t close the session when connecting timeout. The code we are using is attached here. https://gist.github.com/onyas/fda8ccf2d373c743ccec8f648782d078 The TCP socket...
### Version 2.12.1 ### Bug description Hello, We are using Mina to download and upload files to various sftp servers. We have noticed that while fetching some files with a...
### Version 2.6.0 ### Bug description In my case, 20 connections were established using the same mina ssh client, 10 to A-server(mina ssh server) and the others to B-server(mina ssh...