-
Bug
-
Resolution: Fixed
-
Major
Just a proxy issue for https://issues.apache.org/jira/browse/SSHD-330, which appears in Jenkins according to the comment in https://github.com/jenkinsci/sshd-module/pull/8
- links to
Just a proxy issue for https://issues.apache.org/jira/browse/SSHD-330, which appears in Jenkins according to the comment in https://github.com/jenkinsci/sshd-module/pull/8
Code changed in jenkins
User: Gustaf Lundh
Path:
pom.xml
src/main/java/org/jenkinsci/main/modules/sshd/SSHD.java
http://jenkins-ci.org/commit/sshd-module/c65ba7f845f7e37fe0ecc58731311095fd92bdf4
Log:
[FIXED JENKINS-40362] Upgrads sshd-core to 0.14.0 to pick SSHD-330 (#8)
This solves a really bad issue where 1 handshake
in 256 fails randomly [1].
Note: The issue was easily reproducable, and after this
dependency upgrade the handshake did not fail in over
15K test connections.
[1] https://issues.apache.org/jira/browse/SSHD-330