<?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: Snow Leopard, ssh-agent and an everlasting memory</title>
	<atom:link href="http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/</link>
	<description>Coffee for the mind, pizza for the body, sushi for the soul.</description>
	<lastBuildDate>Sun, 20 Nov 2011 21:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zen</title>
		<link>http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/comment-page-1/#comment-67932</link>
		<dc:creator>zen</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kill-9.it/blog/?p=423#comment-67932</guid>
		<description>Thank you, looks interesting and I&#039;ll play with it as soon as I get the chance to :)</description>
		<content:encoded><![CDATA[<p>Thank you, looks interesting and I&#8217;ll play with it as soon as I get the chance to :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/comment-page-1/#comment-67930</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kill-9.it/blog/?p=423#comment-67930</guid>
		<description>Thanks for the tip!

And, in case you haven&#039;t found it yet, this is what I use for including code in WordPress posts: http://www.lastengine.com/syntax-highlighter-wordpress-plugin/</description>
		<content:encoded><![CDATA[<p>Thanks for the tip!</p>
<p>And, in case you haven&#8217;t found it yet, this is what I use for including code in WordPress posts: <a href="http://www.lastengine.com/syntax-highlighter-wordpress-plugin/" rel="nofollow">http://www.lastengine.com/syntax-highlighter-wordpress-plugin/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramiro</title>
		<link>http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/comment-page-1/#comment-65168</link>
		<dc:creator>Ramiro</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kill-9.it/blog/?p=423#comment-65168</guid>
		<description>Ups, that was the problem, many days without loging out.

Thank you very much.</description>
		<content:encoded><![CDATA[<p>Ups, that was the problem, many days without loging out.</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zen</title>
		<link>http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/comment-page-1/#comment-65125</link>
		<dc:creator>zen</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kill-9.it/blog/?p=423#comment-65125</guid>
		<description>hi ramiro,
did you logout / login?
I didn&#039;t check in detail, but I strongly suspect launchd has its own cached view of the .plists on the filesystem.
Logging out of your user is maybe the fastest way to get rid of this cache (there probably are more elegant ways to do so).</description>
		<content:encoded><![CDATA[<p>hi ramiro,<br />
did you logout / login?<br />
I didn&#8217;t check in detail, but I strongly suspect launchd has its own cached view of the .plists on the filesystem.<br />
Logging out of your user is maybe the fastest way to get rid of this cache (there probably are more elegant ways to do so).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramiro</title>
		<link>http://www.kill-9.it/blog/index.php/2009/10/06/snow-leopard-ssh-agent-and-an-everlasting-memory/comment-page-1/#comment-65103</link>
		<dc:creator>Ramiro</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kill-9.it/blog/?p=423#comment-65103</guid>
		<description>Hi

I tried this and does not work. 

This is my array in the plist file

&lt;code&gt;
        &lt;array&gt;
                &lt;string&gt;/usr/bin/ssh-agent&lt;/string&gt;
                &lt;string&gt;-l&lt;/string&gt;
                &lt;string&gt;-t&lt;/string&gt;
                &lt;string&gt;120&lt;/string&gt;
        &lt;/array&gt;
&lt;/code&gt;


But after killing the ssh-agent it is always restarted just with the &quot;-l&quot; argument as you can see here
&lt;code&gt;
venus:~ ramiro$ ps aux &#124; grep ssh
ramiro   15670   0,0  0,0  2425708    284 s000  R     2:12PM   0:00.00 grep ssh
ramiro   15651   0,0  0,1  2458440   2504   ??  S     2:10PM   0:00.03 /usr/bin/ssh-agent -l
&lt;/code&gt;

Does anybody succeed whit this tip?

By the way, I updated from Leopard (no clean install of Snow Leopard)

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried this and does not work. </p>
<p>This is my array in the plist file</p>
<p><code><br />
        &lt;array&gt;<br />
                &lt;string&gt;/usr/bin/ssh-agent&lt;/string&gt;<br />
                &lt;string&gt;-l&lt;/string&gt;<br />
                &lt;string&gt;-t&lt;/string&gt;<br />
                &lt;string&gt;120&lt;/string&gt;<br />
        &lt;/array&gt;<br />
</code></p>
<p>But after killing the ssh-agent it is always restarted just with the &#8220;-l&#8221; argument as you can see here<br />
<code><br />
venus:~ ramiro$ ps aux | grep ssh<br />
ramiro   15670   0,0  0,0  2425708    284 s000  R     2:12PM   0:00.00 grep ssh<br />
ramiro   15651   0,0  0,1  2458440   2504   ??  S     2:10PM   0:00.03 /usr/bin/ssh-agent -l<br />
</code></p>
<p>Does anybody succeed whit this tip?</p>
<p>By the way, I updated from Leopard (no clean install of Snow Leopard)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

