<?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: New portaPuTTY</title>
	<atom:link href="http://socialistsushi.com/2006/08/31/new-portaputty/feed" rel="self" type="application/rss+xml" />
	<link>http://socialistsushi.com/2006/08/31/new-portaputty</link>
	<description>Life and times of Bryan L. Fordham</description>
	<pubDate>Thu, 20 Nov 2008 23:29:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: JeffP</title>
		<link>http://socialistsushi.com/2006/08/31/new-portaputty#comment-8890</link>
		<dc:creator>JeffP</dc:creator>
		<pubDate>Fri, 09 Mar 2007 17:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://socialistsushi.com/2006/08/31/new-portaputty#comment-8890</guid>
		<description>I'm having a similar issue as [i]kennyj[/i].  I'm using your updated portaPuTTY (a link from the portaputty page to the new release would be nice, since many sites seems to link to the original page only) with PortableApps Suite, on Windows Vista Business.  When I launch from the PASuite, the .putty folder shows up on my *desktop*, and doesn't get deleted when I close/end portaPuTTY.

Any help/input would be appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a similar issue as [i]kennyj[/i].  I&#8217;m using your updated portaPuTTY (a link from the portaputty page to the new release would be nice, since many sites seems to link to the original page only) with PortableApps Suite, on Windows Vista Business.  When I launch from the PASuite, the .putty folder shows up on my *desktop*, and doesn&#8217;t get deleted when I close/end portaPuTTY.</p>
<p>Any help/input would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cajolable.com &#187; Blog Archive &#187; Nerding up for Southeast Asia</title>
		<link>http://socialistsushi.com/2006/08/31/new-portaputty#comment-7971</link>
		<dc:creator>cajolable.com &#187; Blog Archive &#187; Nerding up for Southeast Asia</dc:creator>
		<pubDate>Sat, 24 Feb 2007 05:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://socialistsushi.com/2006/08/31/new-portaputty#comment-7971</guid>
		<description>[...] The last thing that I wanted was a portable SSH client (putty isn&#8217;t, it uses the registry for settings) so that I could pipe my connection through a nice secure SOCKS tunnel to an ssh server, as per this Lifehacker article. I&#8217;ve been doing this for a while now with a SOCKS4 tunnel on my MacBook, following Rogue Amoeba programmer, Mike Ash&#8217;s instructions. Enter PortaPutty, the scatalogically named portable version of the free SSH client, Putty. After some futzing around with Putty, I discovered that I&#8217;m too old fashioned to figure out tunnels in it. Maybe I&#8217;m mental, or maybe it&#8217;s the absolutely awful documentation for putty. The only way I could make it work is to create a little batch file with the following command: plink.exe ssh me@myserver.com -D 9999 (where -D 9999 specified the socks proxy tunnel and port number). Run that batch file from the directory where plink is &#8212; plink is part of putty &#8212; and the tunnel works like a charm. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The last thing that I wanted was a portable SSH client (putty isn&#8217;t, it uses the registry for settings) so that I could pipe my connection through a nice secure SOCKS tunnel to an ssh server, as per this Lifehacker article. I&#8217;ve been doing this for a while now with a SOCKS4 tunnel on my MacBook, following Rogue Amoeba programmer, Mike Ash&#8217;s instructions. Enter PortaPutty, the scatalogically named portable version of the free SSH client, Putty. After some futzing around with Putty, I discovered that I&#8217;m too old fashioned to figure out tunnels in it. Maybe I&#8217;m mental, or maybe it&#8217;s the absolutely awful documentation for putty. The only way I could make it work is to create a little batch file with the following command: plink.exe ssh <a href="mailto:me@myserver.com">me@myserver.com</a> -D 9999 (where -D 9999 specified the socks proxy tunnel and port number). Run that batch file from the directory where plink is &#8212; plink is part of putty &#8212; and the tunnel works like a charm. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kennyj</title>
		<link>http://socialistsushi.com/2006/08/31/new-portaputty#comment-7189</link>
		<dc:creator>kennyj</dc:creator>
		<pubDate>Wed, 31 Jan 2007 19:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://socialistsushi.com/2006/08/31/new-portaputty#comment-7189</guid>
		<description>There does seem to be a small issue for PortableApps users.  If portaPuTTY is opened in a "standard" way in Windows, for instance if the program is launched by opening the executable or with a shortcut with the correct working directory set, the .putty folder will exist in the same directory as putty.exe.  However, if launched with the PortableApps launcher (and probably anything similar) it will instead check for and/or create a .putty folder in the root directory of the drive that it is installed on (probably, the working directory of the launcher's executable.)  This is an issue in certain situations, for instance if the program is sometimes launched in different ways.

It doesn't seem to affect many users (casual browsing in the forums at portableapps.com only revealed one post about it) but it is irritating to come across.

Otherwise, great job with this app.  Very handy, and IMO a significant improvement over the original.</description>
		<content:encoded><![CDATA[<p>There does seem to be a small issue for PortableApps users.  If portaPuTTY is opened in a &#8220;standard&#8221; way in Windows, for instance if the program is launched by opening the executable or with a shortcut with the correct working directory set, the .putty folder will exist in the same directory as putty.exe.  However, if launched with the PortableApps launcher (and probably anything similar) it will instead check for and/or create a .putty folder in the root directory of the drive that it is installed on (probably, the working directory of the launcher&#8217;s executable.)  This is an issue in certain situations, for instance if the program is sometimes launched in different ways.</p>
<p>It doesn&#8217;t seem to affect many users (casual browsing in the forums at portableapps.com only revealed one post about it) but it is irritating to come across.</p>
<p>Otherwise, great job with this app.  Very handy, and IMO a significant improvement over the original.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .: blogging augusto :.</title>
		<link>http://socialistsushi.com/2006/08/31/new-portaputty#comment-434</link>
		<dc:creator>.: blogging augusto :.</dc:creator>
		<pubDate>Sun, 10 Sep 2006 13:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://socialistsushi.com/2006/08/31/new-portaputty#comment-434</guid>
		<description>&lt;strong&gt;Bugfix für portaPuTTY erschienen...&lt;/strong&gt;

Da ich ein großer Fan von portablen Applikationen bin habe ich auch lange nach einer portablen Version von PuTTY gesucht. Hierbei fand ich vor einer Weile portaPuTTY. Diese Ausführung speichert alle Einstellungen in Dateien und ist unabhängig von der R...</description>
		<content:encoded><![CDATA[<p><strong>Bugfix für portaPuTTY erschienen&#8230;</strong></p>
<p>Da ich ein großer Fan von portablen Applikationen bin habe ich auch lange nach einer portablen Version von PuTTY gesucht. Hierbei fand ich vor einer Weile portaPuTTY. Diese Ausführung speichert alle Einstellungen in Dateien und ist unabhängig von der R&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: augusto</title>
		<link>http://socialistsushi.com/2006/08/31/new-portaputty#comment-412</link>
		<dc:creator>augusto</dc:creator>
		<pubDate>Fri, 08 Sep 2006 15:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://socialistsushi.com/2006/08/31/new-portaputty#comment-412</guid>
		<description>Thanks a lot! Great work! So long waited for that fix.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Great work! So long waited for that fix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
