<?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: Enable SSH Agent (Key) Forwarding on Snow Leopard</title>
	<atom:link href="http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/</link>
	<description>a plain personal blog</description>
	<lastBuildDate>Sun, 27 Jun 2010 19:33:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/comment-page-1/#comment-6674</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 03 Mar 2010 04:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.schmidp.com/?p=194#comment-6674</guid>
		<description>Alan,
your comment helped me so much. 
Been struggling all afternoon with ssh + svn.  
That did it for me. 

Thanks,
-Jim</description>
		<content:encoded><![CDATA[<p>Alan,<br />
your comment helped me so much.<br />
Been struggling all afternoon with ssh + svn.<br />
That did it for me. </p>
<p>Thanks,<br />
-Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coder64</title>
		<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/comment-page-1/#comment-4578</link>
		<dc:creator>Coder64</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.schmidp.com/?p=194#comment-4578</guid>
		<description>What threw me off was that I was applying for a software trainer position. ,</description>
		<content:encoded><![CDATA[<p>What threw me off was that I was applying for a software trainer position. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan H</title>
		<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/comment-page-1/#comment-4555</link>
		<dc:creator>Alan H</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.schmidp.com/?p=194#comment-4555</guid>
		<description>John:

You  may need to add your passphrases to the Apple keychain. In the terminal, type:

ssh-add -K ~/.ssh/id_rsa 

Or whatever the path to your private key is. Do this for each key. This will put the passphrase in the Apple keychain and you will not be prompted for passphrases. If you do not have a key in the default file (id_rsa or id_dsa), the Apple mechanisms do not seem to automatically prompt you for your passphrases.


That worked for me.

Best wishes,

Alan</description>
		<content:encoded><![CDATA[<p>John:</p>
<p>You  may need to add your passphrases to the Apple keychain. In the terminal, type:</p>
<p>ssh-add -K ~/.ssh/id_rsa </p>
<p>Or whatever the path to your private key is. Do this for each key. This will put the passphrase in the Apple keychain and you will not be prompted for passphrases. If you do not have a key in the default file (id_rsa or id_dsa), the Apple mechanisms do not seem to automatically prompt you for your passphrases.</p>
<p>That worked for me.</p>
<p>Best wishes,</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John rowen</title>
		<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/comment-page-1/#comment-4371</link>
		<dc:creator>John rowen</dc:creator>
		<pubDate>Sat, 10 Oct 2009 14:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.schmidp.com/?p=194#comment-4371</guid>
		<description>Hi,

Brief summary of my issues:

From home I conncect using ssh keys (with passwords) to my work desktop(s). From there I connect to some of my work servers. This all worked when my work computers where running 10.5.x
Now that the work computers have been upgraded to 10.6.1, I can connect to the work computers from home, but once I try to connect to a server I get prompted for my passphrase for my key.

I modified my /etc/ssh_config file to read:

Host *
ForwardAgent yes
(note I had the ForwardAgent set correctly, but needed to un-comment the Host *)

I disconnected from from my work computer. Reconnected, but still prompted for my passphrase: 
Enter passphrase for key &#039;/Users/xxx/.ssh/id_rsa&#039;:

Any suggestions? Do I need to restart the sshd service?

Thanks!!

John</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Brief summary of my issues:</p>
<p>From home I conncect using ssh keys (with passwords) to my work desktop(s). From there I connect to some of my work servers. This all worked when my work computers where running 10.5.x<br />
Now that the work computers have been upgraded to 10.6.1, I can connect to the work computers from home, but once I try to connect to a server I get prompted for my passphrase for my key.</p>
<p>I modified my /etc/ssh_config file to read:</p>
<p>Host *<br />
ForwardAgent yes<br />
(note I had the ForwardAgent set correctly, but needed to un-comment the Host *)</p>
<p>I disconnected from from my work computer. Reconnected, but still prompted for my passphrase:<br />
Enter passphrase for key &#8216;/Users/xxx/.ssh/id_rsa&#8217;:</p>
<p>Any suggestions? Do I need to restart the sshd service?</p>
<p>Thanks!!</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtismchale</title>
		<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/comment-page-1/#comment-3775</link>
		<dc:creator>curtismchale</dc:creator>
		<pubDate>Thu, 03 Sep 2009 21:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.schmidp.com/?p=194#comment-3775</guid>
		<description>@cass you will need to have a text editor tied into terminal to edit them from the terminal. I have textwrangler setup so I type &quot;edit /etc/ssh_config&quot; and then textwrangler opens. If you use Textmate then the normal command is &quot;mate /etc/ssh_config&quot;</description>
		<content:encoded><![CDATA[<p>@cass you will need to have a text editor tied into terminal to edit them from the terminal. I have textwrangler setup so I type &#8220;edit /etc/ssh_config&#8221; and then textwrangler opens. If you use Textmate then the normal command is &#8220;mate /etc/ssh_config&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cass</title>
		<link>http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/comment-page-1/#comment-3037</link>
		<dc:creator>cass</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.schmidp.com/?p=194#comment-3037</guid>
		<description>i&#039;m unfamiliar with terminal.  how do I change the lines?  terminal?  I apologize for the ignorance.  

thanks

mritel.</description>
		<content:encoded><![CDATA[<p>i&#8217;m unfamiliar with terminal.  how do I change the lines?  terminal?  I apologize for the ignorance.  </p>
<p>thanks</p>
<p>mritel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
