The connection over ssh is not available in the Community Edition of Mongo Management Studio.
The connection over ssh is available in version 1.1.0 or higher.
To create a new connection to a mongo database over ssh you open the window with all connections by clicking the "Connect" button. Here you click "New connection" and you will see the following prompt:
Name
A self-chosen name for the connection
Server connection
A valid MongoDB connection string (http://docs.mongodb.org/manual/reference/connection-string/). Please enter the connection string as if the MongoDB server would be reachable without SSH. The input fields for ssh will follow later on.
Login database
Only required with activated MongoDB authentication. Determines against which database should be authenticated. Default is „admin“.
Destination database
Only required with activated MongoDB authentication. Determines to which database should be connected . With disabled MongoDB authentication, all databases are always displayed.
Verbinden über SSH
Shows the ssh configurations when activated.
SSH Server
Address of the destination ssh server (IP or hostname).
SSH port
SSH port on the destination server. The input is optional. Default is 22.
Local port
The local port which is used for the ssh tunnel. The input is optional. The default value is computed by the system. But in case the computed port is already in use, you will get an error message. Then you can enter a different, not in use port here.
SSH username
The name of the ssh user in the destination server.
SSH Passwort
The ssh password.
Default connection
Tags this connection as default. On each applications' start it is automatically connected to this connection. Can only be selected for one connection.
Color
The color of the server icon, for better differentiating tabs.
After entering the data you can click "Save and connect". The connection over ssh will be established. When you hover over the name of the connection in the left navigation you will see the connection string used by the system.
Disconnect the ssh connection
There is a button "Close all SSH connections" in the list with all connections. It will close all ssh connections. This also happens when exiting the app. Usually it is not necessary to close the ssh connections manually. It is only required after editing the settings of an existing ssh connection.