Hello,
I’d like to remove the weak key exchange (KEX) methods gss-gex-sha1- and gss-group1-sha1- on my UCS (5.0-1 errata317).
I tried setting the UCR property sshd/KexAlgorithms, but this did not seem to do anything. (value was set to diffie-hellman-group14-sha1,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256@libssh.org,curve25519-sha256)
I even restarted sshd manually, but to no avail.
When testing the changes with ‘ssh -vvvv localhost’ I still have gss-gex-sha1- and gss-group1-sha1- in the list.
Any hints on what might be the problem?
Thank you!
Kind regards, Tom