<?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: MozillaBuild Fun</title>
	<atom:link href="http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:07:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/comment-page-1/#comment-174126</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 14 Aug 2007 10:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/08/11/mozillabuild-fun/#comment-174126</guid>
		<description>Neil: yes, that&#039;s a known issue.</description>
		<content:encoded><![CDATA[<p>Neil: yes, that&#8217;s a known issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/comment-page-1/#comment-174118</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Tue, 14 Aug 2007 09:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/08/11/mozillabuild-fun/#comment-174118</guid>
		<description>Robert, I see now that there&#039;s some stupid setting on your blog software that&#039;s uppercasing the letters s and h if you should need to use two of the former and one of the latter.</description>
		<content:encoded><![CDATA[<p>Robert, I see now that there&#8217;s some stupid setting on your blog software that&#8217;s uppercasing the letters s and h if you should need to use two of the former and one of the latter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/comment-page-1/#comment-174117</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Tue, 14 Aug 2007 09:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/08/11/mozillabuild-fun/#comment-174117</guid>
		<description>&lt;code&gt;eval `ssh-agent`&lt;/code&gt;
also works.

I note that only Myk correctly spelled ssh-agent in lower case; Robert and Vladimir only got away with it due to XP&#039;s case insensitivity; Vladimir will need to change his .profile if he wants it to work on Linux/Mac.</description>
		<content:encoded><![CDATA[<p><code>eval `ssh-agent`</code><br />
also works.</p>
<p>I note that only Myk correctly spelled ssh-agent in lower case; Robert and Vladimir only got away with it due to XP&#8217;s case insensitivity; Vladimir will need to change his .profile if he wants it to work on Linux/Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/comment-page-1/#comment-173985</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 14 Aug 2007 02:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/08/11/mozillabuild-fun/#comment-173985</guid>
		<description>Thanks guys.</description>
		<content:encoded><![CDATA[<p>Thanks guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myk Melez</title>
		<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/comment-page-1/#comment-173893</link>
		<dc:creator>Myk Melez</dc:creator>
		<pubDate>Mon, 13 Aug 2007 20:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/08/11/mozillabuild-fun/#comment-173893</guid>
		<description>Over in &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=390498&quot; rel=&quot;nofollow&quot;&gt;bug 390498&lt;/a&gt;, I added ssh-agent to all three batch scripts, so in the next version of MozillaBuild you won&#039;t need to hack the scripts yourself.</description>
		<content:encoded><![CDATA[<p>Over in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=390498" rel="nofollow">bug 390498</a>, I added ssh-agent to all three batch scripts, so in the next version of MozillaBuild you won&#8217;t need to hack the scripts yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Vukicevic</title>
		<link>http://robert.accettura.com/blog/2007/08/11/mozillabuild-fun/comment-page-1/#comment-173621</link>
		<dc:creator>Vladimir Vukicevic</dc:creator>
		<pubDate>Sun, 12 Aug 2007 21:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2007/08/11/mozillabuild-fun/#comment-173621</guid>
		<description>You can also do what I used to do -- in your .profile, add in &quot; . ~/.ssh/agent&quot;, and then make a script that does:

ssh-agent &gt; ~/.ssh/agent
. ~/.ssh/agent
ssh-add

That way you only need to type your password once, the first time you open a shell (more could be done here to automatically do the ssh-agent startup if the agent isn&#039;t actually alive, but I never bothered); all subsequent shells just talk to the same agent.

Or, even better -- install putty, convert your private key to a pageant compatible one, then drop a symlink to that in your startup items folder.  Add the putty dir to your $PATH, and set CVS_RSH=plink.  Pageant will prompt you for your private key at system startup, and cvs will use plink to talk to the remote server, and you&#039;ll only need to enter your passphrase once at startup, into a win32 dialog.</description>
		<content:encoded><![CDATA[<p>You can also do what I used to do &#8212; in your .profile, add in &#8221; . ~/.ssh/agent&#8221;, and then make a script that does:</p>
<p>ssh-agent &gt; ~/.ssh/agent<br />
. ~/.ssh/agent<br />
ssh-add</p>
<p>That way you only need to type your password once, the first time you open a shell (more could be done here to automatically do the ssh-agent startup if the agent isn&#8217;t actually alive, but I never bothered); all subsequent shells just talk to the same agent.</p>
<p>Or, even better &#8212; install putty, convert your private key to a pageant compatible one, then drop a symlink to that in your startup items folder.  Add the putty dir to your $PATH, and set CVS_RSH=plink.  Pageant will prompt you for your private key at system startup, and cvs will use plink to talk to the remote server, and you&#8217;ll only need to enter your passphrase once at startup, into a win32 dialog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

