Overview

Apache Mina SSHD 0.2.0 is the mostly a bug fix release.

Getting the Distributions

The above URLs use redirection
The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox

Release notes

This release is mostly a bug fix release with a few improvements.
Please report any feedback to users@mina.apache.org.

  • Bug
    • SSHD-28 - Deadlock between execute thread and NioProcessor thread
    • SSHD-33 - SSH uint32, sequence number wrapping
    • SSHD-34 - ChannelPipedInputStream/ChannelPipedOutputStream doesn't handle EOF correctly
    • SSHD-35 - EOF to stdin from ssh client isn't propagated to the command
    • SSHD-37 - When the terminal is created, the LINES and COLUMNS attributes are not set correctly
    • SSHD-38 - Typo that causes performance degradation with DEBUG-level logging enabled
    • SSHD-39 - ScpCommand cannot handle recursive copy
  • Improvement
    • SSHD-31 - Change ClientSessionImpl SshClient constructor argument from SshClient to FactoryManager
    • SSHD-32 - Reuse address
    • SSHD-36 - PasswordAuthenticator and Shell should have access to ServerSession