Results 1 through
1
while searching for:
"CouchDB"
Re: How do you create an encrypted tunnel over ssh using the cli ssh client?
Here's an alternate way of doing it that's slightly more readable:
user# ssh -L 5985:localhost:5984 remote-host
This would let you connect to couchdb on remote-host via: http://localhost:5985/_utils/index.html
http://www.rockfloat.com/board/post/?id=610
November 05, 2009 @18:48
(Replies: 0)
(Rank: 0.061)