Advance usage of SSH
SSH -LOCAL PORTFORWARDING
Usually Ssh is used for connecting remote servers only, but it can be more complex by tweeking tools. for example, local and dynamic port forwarding.
Using Local portforwarding to create a private tunnel between client and a secondary server in the network of primary server.
General understanding---
Step 1
First connect the client and primary server(mentioned in prev blog..)
follow the step provided in the image below:
connection succesfull!!
Step 2
Once connected, open any browser and mention the listening port of client it will redirect to the destination port and IP.
Comments
Post a Comment