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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -