ssh - How to connect/open to Couchbase web interface of remote machine -


i trying connect couchbase web interface of remote machine through ssh. can open web interface of couchbase of remote machine in ubuntu os.

i try , doesn't work me

ssh -l 8091:robi:80 robi@xxx.xx.xx.xx 

can me how achieve this. grateful

8091 not port need forward. maybe configure vpn?

full list of ports can find in docs https://developer.couchbase.com/documentation/server/current/security/security-iptables.html


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -