Couchdb tunnel over ssh


/ Published in: Bash
Save to your folder(s)

An easy was to tunnel remote Couchdb instance into a local machine using ssh tunneling, by using the 5893 local port we enable the local instance to run (replication is only a click away).


Copy this code and paste it in your HTML
  1. ssh -L5983:127.0.0.1:5984 remote-host

URL: http://wiki.apache.org/couchdb/Frequently_asked_questions#I_use_CouchDB_on_a_remote_server_and_I_don.27t_want_it_to_listen_on_a_public_port_for_security_reasons._Is_there_a_way_to_connect_to_it_from_my_local_machine_or_can_I_still_use_Futon_with_it.3F

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.