linux - HTTP XML data through SSH on port 8080 -


i have deployed web service should receive xml data on port 8080. other service pushing data remote host. server, has local ip-address. can access ssh outside. when asked administrator, said http-data pushing should done through ssh tunnel. question - how possbile do? how can configure local server receive xml data http through ssh? , common way that?

try sender :

ssh <ssh_username>@<yourserverip> -l 7070:localhost:8080 -n 

then, if send xml data "localhost:7070", data redirected port 8080 of 'yourserverip'. if server has ssh daemon running, there nothing on server side.

more information : http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -