Closed jriedel-ionos closed 5 months ago
I think you should add the reasoning for removing the key exchange in the PR.
Do the nodes now pass the test at https://sshaudit.com/ with the Hardened Ubuntu Server 22.04 LTS (version 5)
policy?
Do the nodes now pass the test at https://sshaudit.com/ with the
Hardened Ubuntu Server 22.04 LTS (version 5)
policy?
Yes
MachineDeployment
and ClusterResourceSet
in test/e2e/data/infrastructure-ionoscloud/cluster-template.yaml
lack the labels.test/e2e/data/infrastructure-ionoscloud/cluster-template.yaml
and templates/cluster-template-calico.yaml
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
What is the purpose of this pull request/Why do we need it? Add tweaks for Diffie-Hellman key exchange, because of a CVE. See:
And 4096 bit host keys are used to harden SSH security.
I used https://www.sshaudit.com/hardening_guides.html#ubuntu_22_04_lts as a hardening guide.
Description of changes:
Checklist: