<?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: SSH over Proxy</title>
	<atom:link href="http://rohitj.net/blog/2008/01/06/ssh-over-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/</link>
	<description>Yet more clitches</description>
	<lastBuildDate>Fri, 13 Jan 2012 19:29:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: rohitj</title>
		<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/comment-page-1/#comment-1114</link>
		<dc:creator>rohitj</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/06/ssh-over-proxy/#comment-1114</guid>
		<description>I am glad it was helpful</description>
		<content:encoded><![CDATA[<p>I am glad it was helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kulbir Saini</title>
		<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/comment-page-1/#comment-1112</link>
		<dc:creator>Kulbir Saini</dc:creator>
		<pubDate>Tue, 15 Sep 2009 10:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/06/ssh-over-proxy/#comment-1112</guid>
		<description>hey thanks for the howto. SSH works fine even without this, the problem is with things like python/php/ruby scripts. Now i can have those scripts working :)</description>
		<content:encoded><![CDATA[<p>hey thanks for the howto. SSH works fine even without this, the problem is with things like python/php/ruby scripts. Now i can have those scripts working <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/comment-page-1/#comment-160</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Jan 2008 18:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/06/ssh-over-proxy/#comment-160</guid>
		<description>sweet!!! Its surely a better option for people who do not want to store proxy-user-password info.</description>
		<content:encoded><![CDATA[<p>sweet!!! Its surely a better option for people who do not want to store proxy-user-password info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nareshov</title>
		<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/comment-page-1/#comment-161</link>
		<dc:creator>nareshov</dc:creator>
		<pubDate>Mon, 07 Jan 2008 18:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/06/ssh-over-proxy/#comment-161</guid>
		<description>I&#039;ve found a better way :)
I don&#039;t even have to store my proxy-server-password :P

I use this tool called ``connect-proxy&#039;&#039; which my ssh client uses for the ProxyCommand.

So all I do is `aptitude install connect-proxy` and
`cat ~/.ssh/config`:

----- BEGIN -----

Host 172.*
ProxyCommand connect-proxy %h %p

Host *.iitk.ac.in
ProxyCommand connect-proxy %h %p

Host *
ProxyCommand connect-proxy -H username@proxy.in:3128 %h %p

----- END -----</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found a better way <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I don&#8217;t even have to store my proxy-server-password <img src='http://rohitj.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I use this tool called &#8220;connect-proxy&#8221; which my ssh client uses for the ProxyCommand.</p>
<p>So all I do is `aptitude install connect-proxy` and<br />
`cat ~/.ssh/config`:</p>
<p>&#8212;&#8211; BEGIN &#8212;&#8211;</p>
<p>Host 172.*<br />
ProxyCommand connect-proxy %h %p</p>
<p>Host *.iitk.ac.in<br />
ProxyCommand connect-proxy %h %p</p>
<p>Host *<br />
ProxyCommand connect-proxy -H <a href="mailto:username@proxy.in">username@proxy.in</a>:3128 %h %p</p>
<p>&#8212;&#8211; END &#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/comment-page-1/#comment-159</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Mon, 07 Jan 2008 06:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/06/ssh-over-proxy/#comment-159</guid>
		<description>Thanks for the info - I don&#039;t use SSH through a proxy - but I have a few friends in a company who do. I will send them your link.</description>
		<content:encoded><![CDATA[<p>Thanks for the info &#8211; I don&#8217;t use SSH through a proxy &#8211; but I have a few friends in a company who do. I will send them your link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

