-
-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump sshd-core to 2.6.0 and update tests #5206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spliterator is definitely an overkill here, but it is not a hot spot in CLI.
Thanks for the patch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PKCS12 support, nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
This seems to break for some unknown reason, I tried debugging this but, I'm not certain why its broken |
Likely https://github.com/jenkinsci/sshd-module needs to be updated as well. Tests fail with:
AND
|
the tests pass on my machine 🤷 there's work here to detach the ssh module: #5049 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may merge it in 24 hours if there is no negative feedback. Please see the merge process documentation for more information about the merge process
I raised this: https://issues.jenkins.io/browse/JENKINS-65273 as since the upgrade we are getting "No more authentication methods available". I am not sure if it is related to this change but 2.280 was working fine with SSH Credentials Plugin version 1.18.1 |
We downgraded to 2.283 and the problem is gone so I presume 2.284 has a fault or a change in settings that we are missing |
@timja @res0nance it seems like this bump caused many issues. Not sure we'll be able to find a fix for the forthcoming LTS, but worth keeping in the radar I think. FYI I raised this one during the gov meeting yesterday. Thanks! |
Hmm may be why I couldn't re-produce jenkinsci/azure-ad-plugin#128, possibly I was using weekly
Much more visible to raise it in the mailing list. I can't attend those meetings due to the time they are at. |
See JENKINS-XXXXX.
Supersedes: #5203 the code has been updated to keep the same legacy behaviour
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Proposed changelog entries
section only if there are breaking changes or other changes which may require extra steps from users during the upgradeDesired reviewers
@mention
Maintainer checklist
Before the changes are marked as
ready-for-merge
:Proposed changelog entries
are correctupgrade-guide-needed
label is set and there is aProposed upgrade guidelines
section in the PR title. (example)lts-candidate
to be considered (see query).