| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Apache MINA SSHD 2.16.0 source code.tar.gz | 2025-08-17 | 1.9 MB | |
| Apache MINA SSHD 2.16.0 source code.zip | 2025-08-17 | 3.7 MB | |
| README.md | 2025-08-17 | 2.8 kB | |
| Totals: 3 Items | 5.6 MB | 0 | |
What's Changed
- bugfix: fix cert auth failed bug by @liuziyu1226 in https://github.com/apache/mina-sshd/pull/660
- GH-664: Skip MAC negotiation if an AEAD cipher was negotiated by @tomaswolf in https://github.com/apache/mina-sshd/pull/666
- GH-663: Fix a race in IoSession creation by @tomaswolf in https://github.com/apache/mina-sshd/pull/667
- Also test sshd-mina using mina-core 2.2.4 by @tomaswolf in https://github.com/apache/mina-sshd/pull/681
- ScpShell fixes; SFTP append mode for buggy servers by @tomaswolf in https://github.com/apache/mina-sshd/pull/696
- fix sources.jar Reproducible Builds issue by @hboutemy in https://github.com/apache/mina-sshd/pull/695
- GH-700: Fix race in AbstractCloseable.doCloseImmediately() by @tomaswolf in https://github.com/apache/mina-sshd/pull/702
- GH-705: Make ChannelToPortHandler accessible to user code by @tomaswolf in https://github.com/apache/mina-sshd/pull/707
- GH-709: Handle keep-alive channel messages sent by an old OpenSSH server by @tomaswolf in https://github.com/apache/mina-sshd/pull/710
- GH-727: supply default port for proxyJump if no HostConfigEntry by @tomaswolf in https://github.com/apache/mina-sshd/pull/730
- GH-733: Fix SftpRemotePathChannel.transferTo by @tomaswolf in https://github.com/apache/mina-sshd/pull/734
- [GH-725] Added commandTimeoutMillis in executeRemoteCommand by @raajeive in https://github.com/apache/mina-sshd/pull/726
- GH-774: Fix WritePendingException by @tomaswolf in https://github.com/apache/mina-sshd/pull/775
- [#771] Avoid NoClassDefFoundError: net/i2p/crypto/eddsa/EdDSAPublicKey by @rde-infologic in https://github.com/apache/mina-sshd/pull/773
- [GH-516] Fix filesystem-id parsing in getFileSystem(URI) by @ago1024 in https://github.com/apache/mina-sshd/pull/766
- GH-754: Don't close DefaultForwarder on bind error by @tomaswolf in https://github.com/apache/mina-sshd/pull/776
- Close repository after usage in GitPackCommand by @kwin in https://github.com/apache/mina-sshd/pull/794
- Trigger ClientChannelEvent.Timeout and ClientSessionEvent.TIMEOUT independently to host's program cycle times by @fersaru in https://github.com/apache/mina-sshd/pull/790
New Contributors
- @liuziyu1226 made their first contribution in https://github.com/apache/mina-sshd/pull/660
- @raajeive made their first contribution in https://github.com/apache/mina-sshd/pull/726
- @rde-infologic made their first contribution in https://github.com/apache/mina-sshd/pull/773
- @ago1024 made their first contribution in https://github.com/apache/mina-sshd/pull/766
- @kwin made their first contribution in https://github.com/apache/mina-sshd/pull/794
- @fersaru made their first contribution in https://github.com/apache/mina-sshd/pull/790
Full Changelog: https://github.com/apache/mina-sshd/compare/sshd-2.15.0...sshd-2.16.0