SSH Tunnelier Rock Mongo - connect to EC2 from win7
问题 I am trying to SSH tunnel into my EC2 instance so that i can use Rock Mongo as my dB client. I've tested the mongodb on AWS and it seems to be working fine, now if i could only connect using the client. Here are my settings from Tunnelier an excerpt from Rock Mongo's config.php $MONGO["servers"][$i]["mongo_name"] = "AWS"; $MONGO["servers"][$i]["mongo_host"] = "127.0.0.1:3000"; $MONGO["servers"][$i]["mongo_port"] = "27018"; $MONGO["servers"][$i]["control_users"]["admin"] = "admin"; $i ++; and