Created
October 23, 2009 20:30
-
-
Save strobemonkey/217176 to your computer and use it in GitHub Desktop.
SSH into remote CouchDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change the port if you’re not using 22 (you probably shouldn’t) and change the remote.address. | |
| ssh -L5984:127.0.0.1:5984 -p 22 -i ~/.ssh/id_rsa [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment