A few Day-to-Day life tricks of Linux.
following command will make server think 8194 port on the server is open and all requests will be forwarded to the machine FROM WHICH you are SSHing.
ssh -R 8194:localhost:8194 username@server
No comments:
Post a Comment