<?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"
	>
<channel>
	<title>Comments on: SSH over Proxy</title>
	<atom:link href="http://rohitj.net/blog/2008/01/ssh-over-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://rohitj.net/blog/2008/01/ssh-over-proxy/</link>
	<description>Yet More Clitches</description>
	<pubDate>Sun, 23 Nov 2008 13:01:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://rohitj.net/blog/2008/01/ssh-over-proxy/#comment-631</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-631</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/ssh-over-proxy/#comment-634</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-634</guid>
		<description>I've found a better way :)
I don't even have to store my proxy-server-password :P

I use this tool called ``connect-proxy'' 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/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I don&#8217;t even have to store my proxy-server-password <img src='http://rohitj.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
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/ssh-over-proxy/#comment-630</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-630</guid>
		<description>Thanks for the info - I don'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 - I don&#8217;t use SSH through a proxy - but I have a few friends in a company who do. I will send them your link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
