<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setup an SSH SOCKS proxy!</title>
	<atom:link href="http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/</link>
	<description>Thoughts from your friendly neighborhood webhost.</description>
	<lastBuildDate>Thu, 18 Feb 2010 06:37:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shitball</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-60</link>
		<dc:creator>shitball</dc:creator>
		<pubDate>Wed, 10 Jun 2009 04:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-60</guid>
		<description>Cool stuff but I am having trouble getting it to work. Here is my setup: router: nat, spi, port forward to ssh server; os: port 9999 open. FreeSSHd: user, password, port forwarding, all capabilities enabled, no user on OS to match FreeSSHd. OS: server 2003, antivirus. Client OS: Vista, IE 7. Do I just need to forward one port from the router? I can connect to the server but not get my http traffic forwarded. I can access the file system. If I get this to work eventually I would like to tunnel DNS. 
P.S. I found some nice portable apps for putty, password recovery, network password recovery wireless and wired, and some nice multimedia stuff from Codyssey.com</description>
		<content:encoded><![CDATA[<p>Cool stuff but I am having trouble getting it to work. Here is my setup: router: nat, spi, port forward to ssh server; os: port 9999 open. FreeSSHd: user, password, port forwarding, all capabilities enabled, no user on OS to match FreeSSHd. OS: server 2003, antivirus. Client OS: Vista, IE 7. Do I just need to forward one port from the router? I can connect to the server but not get my http traffic forwarded. I can access the file system. If I get this to work eventually I would like to tunnel DNS.<br />
P.S. I found some nice portable apps for putty, password recovery, network password recovery wireless and wired, and some nice multimedia stuff from Codyssey.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ProfessorFJ</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-27</link>
		<dc:creator>ProfessorFJ</dc:creator>
		<pubDate>Wed, 18 Feb 2009 02:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-27</guid>
		<description>Hello Matt;

Just to let you know how interesting this was. At my University one of the courses that I teach now and then is a sof/junior level course on Computer Security number SEC 280. It is a blended class containing students from  CIS, Telecom and Technical Management.

I encourage my students to download and watch the HAK5 casts. I get mine through my TiVO and enjoy them.

During the discussion of PKI and VPN I demonstrated your SSH Plink.proxy. I set up the SSH server on one Notebook and the Plink Proxy on another.

During the demonstration I use Wireshark to capture my http activity then I set up my browser with the PlinkProxy and capture more packets. Wireshark shows all the SSH traffic as Encrypted.

The students are amazed and it all leads into hundreds of questions on encryption and security.

I do not know why I had not thought of this before. It works well and also leads into questions and demonstrations about SSH and the various setting for the FreeSSHd daemon.

Well done and thank you from this old dog for the new trick.

Professor  FJ</description>
		<content:encoded><![CDATA[<p>Hello Matt;</p>
<p>Just to let you know how interesting this was. At my University one of the courses that I teach now and then is a sof/junior level course on Computer Security number SEC 280. It is a blended class containing students from  CIS, Telecom and Technical Management.</p>
<p>I encourage my students to download and watch the HAK5 casts. I get mine through my TiVO and enjoy them.</p>
<p>During the discussion of PKI and VPN I demonstrated your SSH Plink.proxy. I set up the SSH server on one Notebook and the Plink Proxy on another.</p>
<p>During the demonstration I use Wireshark to capture my http activity then I set up my browser with the PlinkProxy and capture more packets. Wireshark shows all the SSH traffic as Encrypted.</p>
<p>The students are amazed and it all leads into hundreds of questions on encryption and security.</p>
<p>I do not know why I had not thought of this before. It works well and also leads into questions and demonstrations about SSH and the various setting for the FreeSSHd daemon.</p>
<p>Well done and thank you from this old dog for the new trick.</p>
<p>Professor  FJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceberg</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-23</link>
		<dc:creator>iceberg</dc:creator>
		<pubDate>Fri, 02 Jan 2009 00:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-23</guid>
		<description>This is all good and well but you can easily sniff ssh2 if you know what you are doing with a pineapple.

http://www.david-guembel.de/index.php?id=6

Using that and a little know how you can easily make your deadly router more deadly than ever before. I know Cain and Able can do ssl1-3 using arp poisoning attacks but this is the only way I know of to attack ssh2.

Something similar can be done with IPSec/VPN as Bruce Schneier has said before there are many problems with IPSec. There is no true defense against MitM other than your own common sense.</description>
		<content:encoded><![CDATA[<p>This is all good and well but you can easily sniff ssh2 if you know what you are doing with a pineapple.</p>
<p><a href="http://www.david-guembel.de/index.php?id=6" rel="nofollow">http://www.david-guembel.de/index.php?id=6</a></p>
<p>Using that and a little know how you can easily make your deadly router more deadly than ever before. I know Cain and Able can do ssl1-3 using arp poisoning attacks but this is the only way I know of to attack ssh2.</p>
<p>Something similar can be done with IPSec/VPN as Bruce Schneier has said before there are many problems with IPSec. There is no true defense against MitM other than your own common sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KPryor</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-21</link>
		<dc:creator>KPryor</dc:creator>
		<pubDate>Wed, 31 Dec 2008 16:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-21</guid>
		<description>This works great under Windows, but I&#039;m having problems with connecting to my home server from a Ubuntu Linux client.  It connects successfully, but very soon thereafter I get this message:
&lt;b&gt;client_input_channel_req: unexpected channel -1&lt;/b&gt;

Any idea what that message actually means?  I dual boot the laptop, so it&#039;s no big deal to use Windows to go ssh to home, but I know I shouldn&#039;t be necessary.  Thanks and Happy New Year!
KP</description>
		<content:encoded><![CDATA[<p>This works great under Windows, but I&#8217;m having problems with connecting to my home server from a Ubuntu Linux client.  It connects successfully, but very soon thereafter I get this message:<br />
<b>client_input_channel_req: unexpected channel -1</b></p>
<p>Any idea what that message actually means?  I dual boot the laptop, so it&#8217;s no big deal to use Windows to go ssh to home, but I know I shouldn&#8217;t be necessary.  Thanks and Happy New Year!<br />
KP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inbead310</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-20</link>
		<dc:creator>inbead310</dc:creator>
		<pubDate>Sun, 21 Dec 2008 21:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-20</guid>
		<description>Matt:  Is it possible to use a public SSH server to setup the tunneling?  I was trying to use bshellz at http://www.bshellz.net/help/logging-into-your-shell to setup tunneling but it is not working.

I have tried different ports and both putty and plink at both port 22 and port 443.  Still no luck.  

I have a slower connection at home so I thought a public SSH server was a better idea.

Thanks</description>
		<content:encoded><![CDATA[<p>Matt:  Is it possible to use a public SSH server to setup the tunneling?  I was trying to use bshellz at <a href="http://www.bshellz.net/help/logging-into-your-shell" rel="nofollow">http://www.bshellz.net/help/logging-into-your-shell</a> to setup tunneling but it is not working.</p>
<p>I have tried different ports and both putty and plink at both port 22 and port 443.  Still no luck.  </p>
<p>I have a slower connection at home so I thought a public SSH server was a better idea.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darkphan</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-19</link>
		<dc:creator>darkphan</dc:creator>
		<pubDate>Sun, 21 Dec 2008 17:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-19</guid>
		<description>One thing you should mention, for those folks running freesshd, that they will need to make sure that on the Tunneling tab they check the &quot;Allow local port forwarding&quot; is checked, and that &quot;Tunnel&quot; is checked for their user on the Users tab.</description>
		<content:encoded><![CDATA[<p>One thing you should mention, for those folks running freesshd, that they will need to make sure that on the Tunneling tab they check the &#8220;Allow local port forwarding&#8221; is checked, and that &#8220;Tunnel&#8221; is checked for their user on the Users tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javacoffee Coding &#187; Blog Archive &#187; Setting up a simple SSH tunnel</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-16</link>
		<dc:creator>Javacoffee Coding &#187; Blog Archive &#187; Setting up a simple SSH tunnel</dc:creator>
		<pubDate>Fri, 19 Dec 2008 12:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-16</guid>
		<description>[...] instead I was inspired by a nice idea of Matt LeStock, how to set up a simple SSH tunnel on Windows and Linux machines. I took his manual an decided to write a batch file for this purpose and for all the [...]</description>
		<content:encoded><![CDATA[<p>[...] instead I was inspired by a nice idea of Matt LeStock, how to set up a simple SSH tunnel on Windows and Linux machines. I took his manual an decided to write a batch file for this purpose and for all the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meir</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-15</link>
		<dc:creator>Meir</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-15</guid>
		<description>On OS X you can also tunnel everything on your system using:
&lt;code&gt;networksetup -setsocksfirewallproxy Ethernet localhost 9999 off
then turn it off using:
&lt;/code&gt;&lt;code&gt;networksetup -setsocksfirewallproxystate Ethernet off

You can easily make an applescript to toggle your tunnel on and off.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>On OS X you can also tunnel everything on your system using:<br />
<code>networksetup -setsocksfirewallproxy Ethernet localhost 9999 off<br />
then turn it off using:<br />
</code><code>networksetup -setsocksfirewallproxystate Ethernet off</p>
<p>You can easily make an applescript to toggle your tunnel on and off.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KPryor</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-14</link>
		<dc:creator>KPryor</dc:creator>
		<pubDate>Fri, 19 Dec 2008 05:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-14</guid>
		<description>This works great!  Looking at the freesshd log, I&#039;m amazed at how often the danged Chinese are trying to login to my ssh server.

KP</description>
		<content:encoded><![CDATA[<p>This works great!  Looking at the freesshd log, I&#8217;m amazed at how often the danged Chinese are trying to login to my ssh server.</p>
<p>KP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.mattlestock.com/2008/12/setup-an-ssh-socks-proxy/comment-page-1/#comment-13</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 19 Dec 2008 05:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattlestock.com/?p=40#comment-13</guid>
		<description>I&#039;m glad you guys are getting use out of it!
Please let me know if you have any questions.

Matt</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you guys are getting use out of it!<br />
Please let me know if you have any questions.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
