i using mac os..

i tried

ssh -fNg -L 5985:127.0.0.1:5984 wawansetiawan@192.168.1.249

but there's command like this:

bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 5985
Could not request local forwarding.

any one can help me??

link|improve this question

29% accept rate
feedback

1 Answer

This is nothing to do with couchdb, it's an ssh question. ssh cannot open port 5985 because there's already something running on your local machine listening on that port. Use a different port or close whatever process has port 5985 open.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.