<?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: PuTTY for OS X? No thanks.</title>
	<atom:link href="http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/</link>
	<description>Your unique guide for tech questions, answers and ideas</description>
	<lastBuildDate>Sat, 10 Jul 2010 15:50:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CB</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-508</link>
		<dc:creator>CB</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-508</guid>
		<description>One thing putty is nice about is allowing the use of a http proxy to tunnel my ssh connection through.  My company forces all ssh traffic through ssh.mycompany.com and putty is the only client I&#039;ve ever seen to allow the use of this.  If you know of another, please let me know!</description>
		<content:encoded><![CDATA[<p>One thing putty is nice about is allowing the use of a http proxy to tunnel my ssh connection through.  My company forces all ssh traffic through ssh.mycompany.com and putty is the only client I&#8217;ve ever seen to allow the use of this.  If you know of another, please let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-397</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 14 Apr 2010 22:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-397</guid>
		<description>While the built-in terminal is good for 90% of people it&#039;s emulation is lacking in several key areas.  Putty bests terminal in completeness of it&#039;s emulation, accuracy of emulation, and surprisingly UTF-8 accuracy.  It would be great to see a cocoa native putty derivative some day.</description>
		<content:encoded><![CDATA[<p>While the built-in terminal is good for 90% of people it&#8217;s emulation is lacking in several key areas.  Putty bests terminal in completeness of it&#8217;s emulation, accuracy of emulation, and surprisingly UTF-8 accuracy.  It would be great to see a cocoa native putty derivative some day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beat</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-288</link>
		<dc:creator>Beat</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-288</guid>
		<description>Yes! I know JellyfiSSH iTerm and &quot;builtin&quot; ssh. I can work with screen or tmux too. But as System Engineer I have at work sometimes a bunch of open PuTTY sessions. What I miss most is the ability to reconnect or duplicate session with one mouse click. When you are troubleshooting a big network with tons of switches and routers, then You know the benefits of it. And if you have something on the serial console too, it has exact the same Interface. And ad Winfried says: The Cut and Paste behavior is strange. But extreme fast and easy.. PuTTY was for me the most valuable free (MIT Licence) Windows tool ever. It is a pity, that nothing similar is available for OSX</description>
		<content:encoded><![CDATA[<p>Yes! I know JellyfiSSH iTerm and &#8220;builtin&#8221; ssh. I can work with screen or tmux too. But as System Engineer I have at work sometimes a bunch of open PuTTY sessions. What I miss most is the ability to reconnect or duplicate session with one mouse click. When you are troubleshooting a big network with tons of switches and routers, then You know the benefits of it. And if you have something on the serial console too, it has exact the same Interface. And ad Winfried says: The Cut and Paste behavior is strange. But extreme fast and easy.. PuTTY was for me the most valuable free (MIT Licence) Windows tool ever. It is a pity, that nothing similar is available for OSX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-253</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-253</guid>
		<description>I&#039;d love to see an example of how to use the serial capabilities.

RE: &quot;Furthermore, I can also relatively easy store session-specific profiles in putty.&quot;

It is extremely easy to add configurations for ssh as well. Simply edit ~/.ssh/config and add entries with your favorite text editor like so:

Host myhost
  Hostname myhost.somewhere.net
  Port 2222                  (optional)
  User me                    (optional, if different from your local account)
Host myotherhost
  Hostname myotherhost.elsewhere.net

Plus you can specify local / remote forwards, etc.  Then you can simply do:

  ssh myhost

And it&#039;ll look it up in your config with whatever options you&#039;ve specified. You can also have global options by using Host *</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see an example of how to use the serial capabilities.</p>
<p>RE: &#8220;Furthermore, I can also relatively easy store session-specific profiles in putty.&#8221;</p>
<p>It is extremely easy to add configurations for ssh as well. Simply edit ~/.ssh/config and add entries with your favorite text editor like so:</p>
<p>Host myhost<br />
  Hostname myhost.somewhere.net<br />
  Port 2222                  (optional)<br />
  User me                    (optional, if different from your local account)<br />
Host myotherhost<br />
  Hostname myotherhost.elsewhere.net</p>
<p>Plus you can specify local / remote forwards, etc.  Then you can simply do:</p>
<p>  ssh myhost</p>
<p>And it&#8217;ll look it up in your config with whatever options you&#8217;ve specified. You can also have global options by using Host *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basic Terminal Commands in OS X</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-234</link>
		<dc:creator>Basic Terminal Commands in OS X</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-234</guid>
		<description>[...] more commands? Read this post for how to SSH to a host, specify a certain SSH port, and choose aprivate SSH key. If you&#8217;d [...]</description>
		<content:encoded><![CDATA[<p>[...] more commands? Read this post for how to SSH to a host, specify a certain SSH port, and choose aprivate SSH key. If you&#8217;d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Install Putty on OS X</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-226</link>
		<dc:creator>How to Install Putty on OS X</dc:creator>
		<pubDate>Thu, 29 Oct 2009 02:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-226</guid>
		<description>[...] who is accustomed to Putty will need to change directions indefinitely, so please take a look at Daniel&#8217;s post on Terminal in OS X. Until then, keep hacking and compiling if you really need [...]</description>
		<content:encoded><![CDATA[<p>[...] who is accustomed to Putty will need to change directions indefinitely, so please take a look at Daniel&#8217;s post on Terminal in OS X. Until then, keep hacking and compiling if you really need [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winfried Maus</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-211</link>
		<dc:creator>Winfried Maus</dc:creator>
		<pubDate>Sat, 17 Oct 2009 14:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-211</guid>
		<description>I don&#039;t know - somebody even ported putty to Linux, so obviously there seems to be a demand for putty on Unixes or Unix-like platforms.

The thing is, once you got used to putty&#039;s weird copy &amp; paste behaviour (via marking and right-clicking), you simply expect this functionality in telnet and ssh sessions. It&#039;s actually quite handy and easy to use when you work a lot with Cisco routers. 

Furthermore, I can also relatively easy store session-specific profiles in putty.

Since putty (and WinSCP) are some of my mostly used tools at work - where I use a Windows notebook - why should I switch to using something else when I&#039;m in Linux, FreeBSD or OS X? Isn&#039;t this one of the blessings of Open Source and multi-platform applications that I more or less can use my favorite apps no matter what system I&#039;m using?

So - yes, please, bring putty to OS X. :-)

Other than that, you wrote a very nice and helpful article. Thanks for that!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know &#8211; somebody even ported putty to Linux, so obviously there seems to be a demand for putty on Unixes or Unix-like platforms.</p>
<p>The thing is, once you got used to putty&#8217;s weird copy &amp; paste behaviour (via marking and right-clicking), you simply expect this functionality in telnet and ssh sessions. It&#8217;s actually quite handy and easy to use when you work a lot with Cisco routers. </p>
<p>Furthermore, I can also relatively easy store session-specific profiles in putty.</p>
<p>Since putty (and WinSCP) are some of my mostly used tools at work &#8211; where I use a Windows notebook &#8211; why should I switch to using something else when I&#8217;m in Linux, FreeBSD or OS X? Isn&#8217;t this one of the blessings of Open Source and multi-platform applications that I more or less can use my favorite apps no matter what system I&#8217;m using?</p>
<p>So &#8211; yes, please, bring putty to OS X. <img src='http://www.dotresults.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Other than that, you wrote a very nice and helpful article. Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odessa</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-99</link>
		<dc:creator>Odessa</dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-99</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Tutorial] Install Putty On OS X Leopard - Page 2 - Surpass Web Hosting Forums</title>
		<link>http://www.dotresults.com/2009/05/24/putty-for-os-x-no-thanks/comment-page-1/#comment-8</link>
		<dc:creator>[Tutorial] Install Putty On OS X Leopard - Page 2 - Surpass Web Hosting Forums</dc:creator>
		<pubDate>Mon, 25 May 2009 04:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotresults.com/?p=58#comment-8</guid>
		<description>[...] an updated answer on a brand new website of mine (and soon to be hubby, Daniel): Don&#039;t use Putty.  PuTTY for OS X? No thanks.  But I still may rewrite this original article which was lost, because a lot of people still want [...]</description>
		<content:encoded><![CDATA[<p>[...] an updated answer on a brand new website of mine (and soon to be hubby, Daniel): Don&#8217;t use Putty.  PuTTY for OS X? No thanks.  But I still may rewrite this original article which was lost, because a lot of people still want [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
