Jump to content

You should be able to use a tunnel,  in putty or SSH client, specify the local PC port of your machine, and the destination like server.ip.here.omg:port

 

Then you should be able to launch something against your locahost on your local port to connect remotely over the SSH tunnel.

PC : 3600 · Crosshair VI WiFi · 2x16GB RGB 3200 · 1080Ti SC2 · 1TB WD SN750 · EVGA 1600G2 · Define C 

Link to post
Share on other sites

6 hours ago, beersykins said:

You should be able to use a tunnel,  in putty or SSH client, specify the local PC port of your machine, and the destination like server.ip.here.omg:port

 

Then you should be able to launch something against your locahost on your local port to connect remotely over the SSH tunnel.

Considering I'm using the built in Windows ssh client what command should I use and what are the steps? 

Link to post
Share on other sites

Should be the -L flag.

 

Something like this:

ssh beers@10.1.1.9 -L 12345:10.1.1.9:32400

 

Then in your web browser pointing to 127.0.0.1:12345 will end up at the destination/port pair specified.

PC : 3600 · Crosshair VI WiFi · 2x16GB RGB 3200 · 1080Ti SC2 · 1TB WD SN750 · EVGA 1600G2 · Define C 

Link to post
Share on other sites

28 minutes ago, beersykins said:

Should be the -L flag.

 

Something like this:

ssh beers@10.1.1.9 -L 12345:10.1.1.9:32400

 

Then in your web browser pointing to 127.0.0.1:12345 will end up at the destination/port pair specified.

I get this message when I try to access the page "channel 3: open failed: administratively prohibited: open failed"

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×