Created
April 5, 2010 00:42
-
-
Save ngpestelos/355855 to your computer and use it in GitHub Desktop.
This file contains 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
Problem: You want to access Futon on a remote server but do not want port 5984 to listen for outside connections. | |
Solution: Tunnel through a local port using SSH. [1] | |
Example: | |
ssh -L5984:127.0.0.1:5984 ssh.example.com | |
[1] http://wiki.apache.org/couchdb/Frequently_asked_questions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment