ssh上的Couchdb隧道
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh上的Couchdb隧道相关的知识,希望对你有一定的参考价值。
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).
ssh -L5983:127.0.0.1:5984 remote-host
以上是关于ssh上的Couchdb隧道的主要内容,如果未能解决你的问题,请参考以下文章