Skip to content

Latest commit

 

History

History
129 lines (85 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

129 lines (85 loc) · 5.83 KB

Changelog

3.0

Release date: (Feb 22, 2021)

2.7

Release date: (Oct 12, 2020)

  • PR #35 - Make key exchange and MAC algorithms configurable via system properties, disable known obsolete algorithms by default.
  • PR #28, PR #31, PR #32 - Plugin modernization

2.6

Release date: (Feb 05, 2019)

  • JENKINS-55978 - SSHD Module did not apply a proper Apache Mina idle timeout value when a custom value was set by the org.jenkinsci.main.modules.sshd.SSHD.idle-timeout system property

2.5

Release date: (Nov 25, 2018)

2.4

Release date: (Feb 04, 2018)

2.3

Release date: (Oct 27, 2017)

2.2

Release Date: (Oct 13, 2017)

  • #20 - Make SSHD startup synchronous (partially reverts changes in 2.1).

2.1

Release Date: (September 25, 2017)

  • #19 - Do not wait for SSHD to be fully up during Jenkins startup.
  • #19 - Avoid race condition between SSHD#start and SSHD#setPort.

2.0

Release Date: (July 05, 2017)

  • Update from SSHD Core 0.14.0 to Apache MINA SSHD 1.6.0
    • See links to the integrated changes below
  • JENKINS-43668 - Cleanup Trilead SSH-2 usages in the SSHD Module.
  • JENKINS-39738 - Enable aes192ctr and aes256ctr ciphers if JVM supports them (unlimited-strength encryption).

Integrated SSHD Changes:

2.0 Compatibility notice
  • Plugins merely using the SshCommandFactory extension point to offer SSH services (workflowLibs.git, for example) should be unaffected.
  • Plugins which referred to arbitrary org.apache.sshd.** classes may not work unless updated to use the pluginFirstClassLoader flag to bundle their own private copy in a fixed version

1.11

Release date: (Apr 07, 2017) => Jenkins 2.54

  • JENKINS-33595 - Disable SSHD port by default on new installations.

1.10

Release date: (Mar 11, 2017) => Jenkins 2.51

  • PR #9 - Move SSH server port configuration to security options page.

1.9

Release date: (Dec 11, 2016) => Jenkins 2.37, backported to 2.32.2

  • PR #8 - Update SSHD Core from 0.8.0 to 0.14.0.
  • JENKINS-40362 - SSHD Module: Handshake was failing (wrong shared secret) 1 out of 256 times due to SSHD-330.

Integrated SSHD Core Changes:

Previous

There is no changelogs for this release and previous ones. See the commit history.