Monday, April 13, 2026

SSH port forwarding

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