Robomongo: Where is the SSH tunnel settings on v 0.9.0 RC2 Mac version

Created on 28 Jan 2016  路  5Comments  路  Source: Studio3T/robomongo

I just downloaded version 0.9.0 RC 2 but cannot see ssh tunnel settings for connection. Is it removed?

screen shot 2016-01-28 at 10 25 30

Most helpful comment

@boosis Yes, it is currently disabled and was mentioned in the list of known limitations of RC versions. The best workaround for now is to open SSH tunnel on your Mac OS and connect Robomongo with MongoDB via this tunnel. I'm ready to help you to do this, if you are unsure how to do this. But here is a detailed explanation about how to do this for Mac: http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x

Basically, you need to run the following command:

ssh -L 27017:localhost:2999 [email protected]

All requests to localhost:27017 will be forwarded to cloud.database.net:2999. After this you can connect Robomongo with this settings:

Host Address: localhost
Host Port: 27017

All 5 comments

@boosis Yes, it is currently disabled and was mentioned in the list of known limitations of RC versions. The best workaround for now is to open SSH tunnel on your Mac OS and connect Robomongo with MongoDB via this tunnel. I'm ready to help you to do this, if you are unsure how to do this. But here is a detailed explanation about how to do this for Mac: http://manas.tungare.name/blog/ssh-port-forwarding-on-mac-os-x

Basically, you need to run the following command:

ssh -L 27017:localhost:2999 [email protected]

All requests to localhost:27017 will be forwarded to cloud.database.net:2999. After this you can connect Robomongo with this settings:

Host Address: localhost
Host Port: 27017

@schetnikovich I guess I missed that from the list :) No worries, I am already using the ssh tunnelling and port forwarding.

Thanks for the help

You are welcome!

So what, is it still disabled?

@iSuslov We're happy to say SSH support is back in the RC8 version! Read more or download.
Should you have any questions, please do no hesitate to ask them here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KyleGalvin picture KyleGalvin  路  3Comments

lborg019 picture lborg019  路  4Comments

rspeed picture rspeed  路  4Comments

juliashibalko picture juliashibalko  路  3Comments

murshid1988 picture murshid1988  路  3Comments