Skip to Main Content

Infrastructure Software

Announcement

Testing banner

how-to-disable-key-algorithms-on-solaris10

User_ND1Y2Dec 13 2022

We need to disable some key exchange algorithms to solve the vulnerability with plugin id 153953 - SSH Weak Key Exchange Algorithms Enabled where I need to disable theses algorithms:

diffie-hellman-group-exchange-sha1
diffie-hellman-group1-sha1
gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==

I tried to add the next line on sshd config file:
KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
But Teneable still detecting the kex algorithm gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==
We need help to disable this alrorithm on Solaris 10.

Comments
Post Details
Added on Dec 13 2022
0 comments
26 views