Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: core
-
Environment:Jenkins 2.7.3
sshd-module: 1.7
-
Similar Issues:
Description
SSHD is setup with unsecured cyphers like CBC (see https://www.kb.cert.org/vuls/id/958563). These cyphers should be removed.
There is already a PR filed here: https://github.com/jenkinsci/sshd-module/pull/5. This will also need to be integrated in core hence this ticket.
Attachments
Issue Links
- is related to
-
JENKINS-33021 trilead ssh MAC and key exchange algorithms severely outdated
-
- Resolved
-
- links to
Ideally also makes sense to add new Ciphers, but it is blocked by
JENKINS-33021