<?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: Shell script for automated Amazon EC2 personal proxy server</title>
	<atom:link href="http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/</link>
	<description>Languages, Linux, Life</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:07:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jono</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-12751</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-12751</guid>
		<description>如果你自己不身处美国，你用哪个都行，速度的差异不会很大。我用的是 Amazon EC2 (US East - N. Virginia) 这个地区的服务器，速度一直都很快。

应该是每次使用的时间都累积起来，到月底付账... 是按分钟算的。</description>
		<content:encoded><![CDATA[<p>如果你自己不身处美国，你用哪个都行，速度的差异不会很大。我用的是 Amazon EC2 (US East &#8211; N. Virginia) 这个地区的服务器，速度一直都很快。</p>
<p>应该是每次使用的时间都累积起来，到月底付账&#8230; 是按分钟算的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-12750</link>
		<dc:creator>jean</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-12750</guid>
		<description>在amazon ec2上没有找到速度测试的地方，上面有3个地点，不知道你当时用的是哪里的服务器？
它这个每小时是你登录以后1分钟也算1小时，还是每次使用的时间累加直到一小时才付款？</description>
		<content:encoded><![CDATA[<p>在amazon ec2上没有找到速度测试的地方，上面有3个地点，不知道你当时用的是哪里的服务器？<br />
它这个每小时是你登录以后1分钟也算1小时，还是每次使用的时间累加直到一小时才付款？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux主机SSH作为翻墙加密代理服务器 - 美博园</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-12379</link>
		<dc:creator>Linux主机SSH作为翻墙加密代理服务器 - 美博园</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-12379</guid>
		<description>[...] 曾经介绍过 如何使用 Amazon EC2 [...]</description>
		<content:encoded><![CDATA[<p>[...] 曾经介绍过 如何使用 Amazon EC2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-10818</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Mon, 30 Nov 2009 16:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-10818</guid>
		<description>Apparently Putty uses a different type of key file to openssh, you need to convert the SSH key to putty format.

In Ubuntu, install Putty from the repositories and run the following command, changing the paths to your own:
&lt;pre&gt;puttygen /path/to/ssh-gen-privatekeyfile -O private -o /path/to/putty-formatted-privatekeyfile&lt;/pre&gt;

I believe that there are equivalent tools to do the same on windows.</description>
		<content:encoded><![CDATA[<p>Apparently Putty uses a different type of key file to openssh, you need to convert the SSH key to putty format.</p>
<p>In Ubuntu, install Putty from the repositories and run the following command, changing the paths to your own:</p>
<pre>puttygen /path/to/ssh-gen-privatekeyfile -O private -o /path/to/putty-formatted-privatekeyfile</pre>
<p>I believe that there are equivalent tools to do the same on windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-10814</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-10814</guid>
		<description>Amazing post! I happen to be in the same situation (ie. In China..) , and it would be great to get it to work, but I can&#039;t figure out how to connect to my instance through Windows. putty keeps exiting when i select my key file.</description>
		<content:encoded><![CDATA[<p>Amazing post! I happen to be in the same situation (ie. In China..) , and it would be great to get it to work, but I can&#8217;t figure out how to connect to my instance through Windows. putty keeps exiting when i select my key file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shell script for automated Amazon EC2 personal proxy server &#8250; ec2base</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-9836</link>
		<dc:creator>Shell script for automated Amazon EC2 personal proxy server &#8250; ec2base</dc:creator>
		<pubDate>Sat, 10 Oct 2009 06:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-9836</guid>
		<description>[...] http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/" rel="nofollow">http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-9788</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-9788</guid>
		<description>那个字体叫作 Vera Sans Yuanti，用来显示中文的时候就更好看了！
你如果下载不到的话就用 email 联系我...</description>
		<content:encoded><![CDATA[<p>那个字体叫作 Vera Sans Yuanti，用来显示中文的时候就更好看了！<br />
你如果下载不到的话就用 email 联系我&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t.w</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-9786</link>
		<dc:creator>t.w</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-9786</guid>
		<description>你用的是什么中文字体啊？</description>
		<content:encoded><![CDATA[<p>你用的是什么中文字体啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-9568</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Wed, 30 Sep 2009 09:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-9568</guid>
		<description>Thanks for pointing those extra steps out of me - it seems that the guide isn&#039;t as complete as I had thought. I will update it sometime this week when I have a moment or two to spare!</description>
		<content:encoded><![CDATA[<p>Thanks for pointing those extra steps out of me &#8211; it seems that the guide isn&#8217;t as complete as I had thought. I will update it sometime this week when I have a moment or two to spare!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helix</title>
		<link>http://sprayfly.com/2009/06/28/shell-script-for-automated-amazon-ec2-personal-proxy-server/comment-page-1/#comment-9432</link>
		<dc:creator>helix</dc:creator>
		<pubDate>Fri, 25 Sep 2009 16:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://sprayfly.com/?p=267#comment-9432</guid>
		<description>struggled a bit with Cygwin so got hold of an ubuntu vmware image and it works great apart from the odd intermitent failure (i think it&#039;s the part that copies over the modified httpd.conf file).

I can get the EC2 server up and running within ubuntu, then connect to the proxy from windows.

Couple of things worth mentioning... I needed to set up the security groups in EC2 for HTTP, HTTPS and SSH to get it to work.

Probably also worth mentioning that when not using the elastic IP you should use the name or ip of the ec2 instance. Simple stuff but would help any AWS / linux novices like me!

Thanks!</description>
		<content:encoded><![CDATA[<p>struggled a bit with Cygwin so got hold of an ubuntu vmware image and it works great apart from the odd intermitent failure (i think it&#8217;s the part that copies over the modified httpd.conf file).</p>
<p>I can get the EC2 server up and running within ubuntu, then connect to the proxy from windows.</p>
<p>Couple of things worth mentioning&#8230; I needed to set up the security groups in EC2 for HTTP, HTTPS and SSH to get it to work.</p>
<p>Probably also worth mentioning that when not using the elastic IP you should use the name or ip of the ec2 instance. Simple stuff but would help any AWS / linux novices like me!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
