I connect to a linux server over 2 other server:
MyPC --(ssh)--> serverA --(ssh)--> serverB --(ssh)--> FinalServer
httpd is running on FinalServer, listen on 80 serverA/serverB only accept port 22, sshd service
Is there any way to access FinalServer on myPC like this:
myPC> curl http://127.0.0.1:80
Hi , this is FinalServer Httpd Service!!
myPC>
Thank you a lot!!