After the update to the latest stable version of hostmonitor we noticed issues with SSH tests
Current version of hostmonitor: 13.80 (with corresponding agent version)
Target version: 14.54 (with corresponding agent version)
By corresponding we mean the version installed by the hostmonitor via the update from RMA manager
Error code on tests:
"RMA: 301 - The negotiation of mac algorithm is failed (hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 <-> hmac-sha1,hmac-sha1-96)""
What is affected:
SSH tests on active agents after agents have been updated to the latest stable version. If hostmonitor is updated, but agents are left untouched there is no error. Keeping such setup is not possible for us as hostmonitors agent handles a lot of critical tests and it updates along the hostmonitor.
What have we tried:
- Update to 14.01 instead, with the same result
- Adding below line to the ini files of hostmonitor and agent according to the notes
[SSH]
KeyExchangeAlgorithms = curve25519-sha256,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1