<?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: How to Fix ssh in Leopard</title>
	<atom:link href="http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Apr 2010 14:07:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sudo Nim</title>
		<link>http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/comment-page-1/#comment-16</link>
		<dc:creator>Sudo Nim</dc:creator>
		<pubDate>Tue, 03 Mar 2009 01:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://maccentricsolutions.com/white-papers/56/how-to-fix-ssh-in-leopard/#comment-16</guid>
		<description>Actually Steve&#039;s error was a simple typo. 

It should be:
IdentityFile    (has &quot;t&quot;)
not 
IdentifyFile    (has &quot;f&quot;)

(see 2009 Jan 21).
Hope this helps Steve or someone else.

Mark</description>
		<content:encoded><![CDATA[<p>Actually Steve&#8217;s error was a simple typo. </p>
<p>It should be:<br />
IdentityFile    (has &#8220;t&#8221;)<br />
not<br />
IdentifyFile    (has &#8220;f&#8221;)</p>
<p>(see 2009 Jan 21).<br />
Hope this helps Steve or someone else.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noam Birnbaum</title>
		<link>http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/comment-page-1/#comment-14</link>
		<dc:creator>Noam Birnbaum</dc:creator>
		<pubDate>Thu, 22 Jan 2009 05:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://maccentricsolutions.com/white-papers/56/how-to-fix-ssh-in-leopard/#comment-14</guid>
		<description>Steve, it looks like you&#039;re missing a space before the ~ character.  Try that.</description>
		<content:encoded><![CDATA[<p>Steve, it looks like you&#8217;re missing a space before the ~ character.  Try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Nickolson</title>
		<link>http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/comment-page-1/#comment-13</link>
		<dc:creator>Steve Nickolson</dc:creator>
		<pubDate>Thu, 22 Jan 2009 03:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://maccentricsolutions.com/white-papers/56/how-to-fix-ssh-in-leopard/#comment-13</guid>
		<description>I did the above and now SSH in terminal does not work.  here is the error   How do I undo what I did?



Users/stevenickolson/.ssh/config: line 1: Bad configuration option: IdentifyFile~/ssh/id_rsa</description>
		<content:encoded><![CDATA[<p>I did the above and now SSH in terminal does not work.  here is the error   How do I undo what I did?</p>
<p>Users/stevenickolson/.ssh/config: line 1: Bad configuration option: IdentifyFile~/ssh/id_rsa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noam Birnbaum</title>
		<link>http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/comment-page-1/#comment-7</link>
		<dc:creator>Noam Birnbaum</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://maccentricsolutions.com/white-papers/56/how-to-fix-ssh-in-leopard/#comment-7</guid>
		<description>Hi PO,

I think the issue you&#039;re referring to is slightly different.  When you create a pubkey using ssh-keygen, you have the option of encrypting the key itself with a password.  If you choose not to do so, then the SSH connection will work passwordlessly [sic] because all that is required is the unencrypted key file.

Of course, the key file itself will remain unencrypted, which means that if it&#039;s attained by a third party, your security is compromised.

Regards,
noam</description>
		<content:encoded><![CDATA[<p>Hi PO,</p>
<p>I think the issue you&#8217;re referring to is slightly different.  When you create a pubkey using ssh-keygen, you have the option of encrypting the key itself with a password.  If you choose not to do so, then the SSH connection will work passwordlessly [sic] because all that is required is the unencrypted key file.</p>
<p>Of course, the key file itself will remain unencrypted, which means that if it&#8217;s attained by a third party, your security is compromised.</p>
<p>Regards,<br />
noam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: po</title>
		<link>http://maccentricsolutions.com/research-and-how-tos/56/how-to-fix-ssh-in-leopard/comment-page-1/#comment-6</link>
		<dc:creator>po</dc:creator>
		<pubDate>Tue, 01 Apr 2008 13:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://maccentricsolutions.com/white-papers/56/how-to-fix-ssh-in-leopard/#comment-6</guid>
		<description>Hey there, 

Did you find a way to use pubkey and run an ssh connection between a machine under Tiger and Leopard without seeing the prompt for the passphrase ? (I saw a post on the Apple mailing list)

Many thanks 
PO</description>
		<content:encoded><![CDATA[<p>Hey there, </p>
<p>Did you find a way to use pubkey and run an ssh connection between a machine under Tiger and Leopard without seeing the prompt for the passphrase ? (I saw a post on the Apple mailing list)</p>
<p>Many thanks<br />
PO</p>
]]></content:encoded>
	</item>
</channel>
</rss>
