pavement

Tunneling over SSH from Windows

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
You will need:
 
You will need:
PuTTY -- get it <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">here</a>
+
PuTTY -- get it [[http://www.chiark.greenend.org.uk/~sgtatham/putty/ here]]
 
A Windows workstation
 
A Windows workstation
 
A server you can SSH to that is outside your network
 
A server you can SSH to that is outside your network
Line 15: Line 15:
 
listed in the box.
 
listed in the box.
  
<img src="http://www.filedorm.com/out.php/i334_puttysshtunnelcreate.PNG">
+
[[Image:http://www.filedorm.com/out.php/i334_puttysshtunnelcreate.PNG]]
  
 
Okay, now you can save your session and start it.
 
Okay, now you can save your session and start it.
  
<img src="http://www.filedorm.com/out.php/i335_puttysshtunnel.PNG">
+
[[Image:http://www.filedorm.com/out.php/i335_puttysshtunnel.PNG]]
  
 
In applications you can go into their connection settings section and
 
In applications you can go into their connection settings section and
 
set localhost, port 1080 as the SOCKS host. The application will then
 
set localhost, port 1080 as the SOCKS host. The application will then
tunnel everything through your SSH connection. You can test by seeing what IP <a href="http://grabmyip.com">grabmyip</a> reports.
+
tunnel everything through your SSH connection. You can test by seeing what IP [[http://grabmyip.com grabmyip]] reports.
  
 
Other ways of doing it:
 
Other ways of doing it:
 
<a href="http://dag.wieers.com/howto/ssh-http-tunneling/">http://dag.wieers.com/howto/ssh-http-tunneling/</a><BR>
 
<a href="http://dag.wieers.com/howto/ssh-http-tunneling/">http://dag.wieers.com/howto/ssh-http-tunneling/</a><BR>
 
<a href="http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html">http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html</a>
 
<a href="http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html">http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html</a>

Revision as of 15:01, 17 March 2006

You will need: PuTTY -- get it [here] A Windows workstation A server you can SSH to that is outside your network

Download and run PuTTY

Open Putty, Category -> Connection -> SSH -> Tunnels.

In the port forwarding section, add new forwarded port.

Pick a source port. Any port will work, but 1080 is the standard for socks 5 proxies. Leave Destination blank, and choose Dynamic (instead of Local or Remote). Click the add button, and you should see D1080 listed in the box.

File:Http://www.filedorm.com/out.php/i334 puttysshtunnelcreate.PNG

Okay, now you can save your session and start it.

File:Http://www.filedorm.com/out.php/i335 puttysshtunnel.PNG

In applications you can go into their connection settings section and set localhost, port 1080 as the SOCKS host. The application will then tunnel everything through your SSH connection. You can test by seeing what IP [grabmyip] reports.

Other ways of doing it: <a href="http://dag.wieers.com/howto/ssh-http-tunneling/">http://dag.wieers.com/howto/ssh-http-tunneling/</a>
<a href="http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html">http://jstrassburg.blogspot.com/2006/01/howto-tunneling-http-over-ssh-with-dd.html</a>

Personal tools