/ Published in: Bash
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).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ssh -L5983:127.0.0.1:5984 remote-host