SSH certificates with Mongo Compass

Hi,

Mongo Compass works great with SSH keys but I have not been able to get it to work with SSH certificates. I was hoping this would just work out of the box, but I haven’t had any luck. So I wanted to find out if SSH certificates are actually supported or if I doing something wrong?

Just tried this myself without luck.

Try the appropriate feedback path for you: https://www.mongodb.com/docs/compass/current/submit-feedback

Falling back to a separate ssh with dynamic forwarding works, would be nice to have native support for it though.

ssh user0@ubuntu -i .ssh/certenabledkey.pem -D3000

mongodb://ubuntu:27017/?proxyHost=127.0.0.1&proxyPort=3000

@joshua_downer I went and created a feedback item, you can add your vote to it.