mina-sshd
mina-sshd copied to clipboard
Apache MINA sshd is a comprehensive Java library for client- and server-side SSH.
### Version 2.12.1 ### Bug description Start a service with sshd, connect to the service with iterm, and repeat each time you enter the command, including carriage return ### Actual...
### Version 2.9.2 ### Bug description Download the Gerrit code review source code and run all unit tests several times. ### Actual behavior In every full unit test run multiple...
…yPair() method call. The keyPairGenerator object is a bouncycastle implementation of the java.security.KeyPairGenerator class. The generateKeyPair method in class org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi is not thread safe, so calling the generateKeyPair method must...
In certain situations, network interruptions might lead to transfer interruptions. I'd like to avoid restarting file upload or download and instead resume from where it was interrupted. How can this...
Hi, I noticed mina-sshd supports md5-hash extended SFTP request. Do you have an example of how to call it from java code, or are you familiar with open source code...
### Version 2.11.0 ### Bug description This method regularly produces a NullPointer which it immediately catches and logs as a warning before ignoring it. Hence, this is just warning log...
Fixes GH-427. - Ensures that the initial ACK sent upon creating the channel is processed prior to sending the payload stream. - Channel IO streams are first closed to trigger...
### Version 2.11.0 ### Bug description When attempting to upload/scp a byte stream using the below method, the main thread will always block until the exit status timeout is reached....
### Version 2.11.0 ### Bug description I have not found any examples of what I am trying to do in official documentation. I have two tests here (in kotlin): ```kotlin...
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.28 to 6.0.15. Release notes Sourced from org.springframework:spring-core's releases. v6.0.15 :star: New Features Skip buffer allocation in StreamUtils.copy(String) #31631 :lady_beetle: Bug Fixes <replaced-method /> unnecessarily requires explicit...