Overview
Apache Mina SSHD 0.4.0 contains a few enhancements and bug-fixes.
Getting the Distributions
- Source distributions:
- Binary distributions:
- Individual jars:
Release Notes
Apache Mina SSHD 0.4.0 contains a few enhancements and bug-fixes. Please report any feedback to users@mina.apache.org.
- Bug
- SSHD-54 - Severe performance penalties when transferring data from a remote machine
- SSHD-56 - SCPCommand can’t handle wildcards
- SSHD-61 - ScpTest fails randomly
- SSHD-73 - Infinite loop in ChannelOutputStream
- SSHD-74 - Even if I do setPublicKeyAuthenticator(null) (or setPasswordAuthenticator(null)) Apache SSHD still reports that it supports that kind of authentication
- SSHD-77 - Accept SSH-2 names from Putty
- SSHD-78 - PEMGeneratorHostKeyProvider doesn’t close PEMWriter
- SSHD-79 - ChannelPipedInputStream returns improper negative values for some bytes.
- SSHD-80 - Exchange hash calculation problem
- Improvement
- New Feature