Replies: 1 comment
-
|
Hello @abalzi, Can you verify the version of openssh-server and which policy you are using? The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I installed from scratch a RH10 and after a first check of mondoo agent I tried to fix some findings.
On of this its in the sshd configuration, I applyed the configuration suggested and the check still failed. Am I doing something wrong?
The check is "Ensure that strong Key Exchange algorithms are used" and the configuration suggested is:
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512
If I do a manual check with the command:
sshd -T | grep -i kexI've the below output:kexalgorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512
The mondoo check result output is:
Beta Was this translation helpful? Give feedback.
All reactions