Hello,
I’m connecting to the Mongodb cluster using the Mongodb compass with the ssh tunneling option.
Our Infra team has enforced a SSH cipher chacha20-poly1305 in the ssh proxy server to be compliant with PCIDSS.
This has caused the Mongodb compass connection to the Mongodb cluster fails with the error -
Unable to negotiate with port 53883: no matching cipher found. Their offer: aes128-ctr,aes192-ctr,aes256-ctr
I think the problem is the handshake between the Mongodb compass and the ssh proxy server.
Any idea how to modify or add the SSH cipher chacha20-poly1305 in the Mongodb Compass ?