Skip to content

Instantly share code, notes, and snippets.

@strobemonkey
Created October 23, 2009 20:30
Show Gist options
  • Save strobemonkey/217176 to your computer and use it in GitHub Desktop.
Save strobemonkey/217176 to your computer and use it in GitHub Desktop.
SSH into remote CouchDB
# 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 me@remote.address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment