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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -