<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The ssteiner Blog-o-matic</title>
	<atom:link href="http://ssteiner.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ssteiner.wordpress.com</link>
	<description>Linux Admin, OS X,  Cocoa</description>
	<lastBuildDate>Mon, 28 Sep 2009 16:15:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Installing Perforce on Red Hat Linux &#8212; The Gory Details by ssteiner</title>
		<link>http://ssteiner.wordpress.com/2008/04/23/installing-perforce-on-red-hat-linux-the-gory-details/#comment-10</link>
		<dc:creator>ssteiner</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=7#comment-10</guid>
		<description>You may be right.  I&#039;ll have to go back and check but we&#039;ve abandoned Perforce altogether in favor of Mercurial and Git which fit our development process much better.</description>
		<content:encoded><![CDATA[<p>You may be right.  I&#8217;ll have to go back and check but we&#8217;ve abandoned Perforce altogether in favor of Mercurial and Git which fit our development process much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Perforce on Red Hat Linux &#8212; The Gory Details by kamal2222ahmed</title>
		<link>http://ssteiner.wordpress.com/2008/04/23/installing-perforce-on-red-hat-linux-the-gory-details/#comment-9</link>
		<dc:creator>kamal2222ahmed</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=7#comment-9</guid>
		<description>Did you miss the &quot;www&quot; Directory in step 8?

8. Create a directory to hold the repository. I based mine in /var/www.

sudo mkdir /var/www/perforce
sudo chown perforce:p4admin /var/perforce


/var/perforce and /var/www/perforce are different directories. Do we need to create BOTH of them?</description>
		<content:encoded><![CDATA[<p>Did you miss the &#8220;www&#8221; Directory in step 8?</p>
<p>8. Create a directory to hold the repository. I based mine in /var/www.</p>
<p>sudo mkdir /var/www/perforce<br />
sudo chown perforce:p4admin /var/perforce</p>
<p>/var/perforce and /var/www/perforce are different directories. Do we need to create BOTH of them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Secure Git with Gitosis by mdystrophy</title>
		<link>http://ssteiner.wordpress.com/2008/12/21/installing-secure-git-with-gitosis/#comment-8</link>
		<dc:creator>mdystrophy</dc:creator>
		<pubDate>Wed, 13 May 2009 22:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=66#comment-8</guid>
		<description>Good post, i am able to follow this easier than scie.nti.st post. Now need to find out how to create respo. I was hosting my git respo with git users shell set to git-shell method, that can&#039;t give per respo based access to user.</description>
		<content:encoded><![CDATA[<p>Good post, i am able to follow this easier than scie.nti.st post. Now need to find out how to create respo. I was hosting my git respo with git users shell set to git-shell method, that can&#8217;t give per respo based access to user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving a Gitosis Setup by Moving a Gitosis Setup &#124; BH-Server</title>
		<link>http://ssteiner.wordpress.com/2009/03/07/moving-a-gitosis-setup/#comment-7</link>
		<dc:creator>Moving a Gitosis Setup &#124; BH-Server</dc:creator>
		<pubDate>Sun, 08 Mar 2009 03:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=126#comment-7</guid>
		<description>[...] here: Moving a Gitosis Setup Tags: git, gitosis, introduction, programming, python, Server Hosting, Tools, user, [...]</description>
		<content:encoded><![CDATA[<p>[...] here: Moving a Gitosis Setup Tags: git, gitosis, introduction, programming, python, Server Hosting, Tools, user, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gitosis: Adding Users by ssteiner</title>
		<link>http://ssteiner.wordpress.com/2008/12/26/gitosis-adding-users-and-repositories/#comment-6</link>
		<dc:creator>ssteiner</dc:creator>
		<pubDate>Tue, 10 Feb 2009 20:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=78#comment-6</guid>
		<description>Depends on whether your ssh key has a passphrase.  Each transaction (i.e. connection via ssh) is going to prompt you if it does.</description>
		<content:encoded><![CDATA[<p>Depends on whether your ssh key has a passphrase.  Each transaction (i.e. connection via ssh) is going to prompt you if it does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gitosis: Adding Users by jrenbaum</title>
		<link>http://ssteiner.wordpress.com/2008/12/26/gitosis-adding-users-and-repositories/#comment-5</link>
		<dc:creator>jrenbaum</dc:creator>
		<pubDate>Tue, 10 Feb 2009 16:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=78#comment-5</guid>
		<description>Steve,

Does using ssh keys for authentication result in having to enter your passphrase each time a user attempts to push something to the git server? I am prompted for this each time I update/commit and then push the gitosis.config file as well as when attempting to clone the repo as a newly added user.

Thanks,

Jay</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Does using ssh keys for authentication result in having to enter your passphrase each time a user attempts to push something to the git server? I am prompted for this each time I update/commit and then push the gitosis.config file as well as when attempting to clone the repo as a newly added user.</p>
<p>Thanks,</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Secure Git with Gitosis by Gitosis &#8212; adding users and repositories &#171; The ssteiner Blog-o-matic</title>
		<link>http://ssteiner.wordpress.com/2008/12/21/installing-secure-git-with-gitosis/#comment-4</link>
		<dc:creator>Gitosis &#8212; adding users and repositories &#171; The ssteiner Blog-o-matic</dc:creator>
		<pubDate>Sat, 27 Dec 2008 03:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=66#comment-4</guid>
		<description>[...] that we&#8217;ve got our gitosis based git server set up (see Previous Installment), it&#8217;s time to add users and [...]</description>
		<content:encoded><![CDATA[<p>[...] that we&#8217;ve got our gitosis based git server set up (see Previous Installment), it&#8217;s time to add users and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Perforce on Red Hat Linux &#8212; The Gory Details by ubuntu add user to group</title>
		<link>http://ssteiner.wordpress.com/2008/04/23/installing-perforce-on-red-hat-linux-the-gory-details/#comment-3</link>
		<dc:creator>ubuntu add user to group</dc:creator>
		<pubDate>Thu, 15 May 2008 08:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=7#comment-3</guid>
		<description>[...] PerForce on ubuntu but ran into some incompatibilities apt-get not existing on Red Hat, for ehttp://ssteiner.wordpress.com/2008/04/23/installing-perforce-on-red-hat-linux-the-gory-details/Ubuntu Desktop Guide - Users and GroupsYou can add users to the newly created group by selecting a [...]</description>
		<content:encoded><![CDATA[<p>[...] PerForce on ubuntu but ran into some incompatibilities apt-get not existing on Red Hat, for ehttp://ssteiner.wordpress.com/2008/04/23/installing-perforce-on-red-hat-linux-the-gory-details/Ubuntu Desktop Guide &#8211; Users and GroupsYou can add users to the newly created group by selecting a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Perforce by Perforce &#8212; IDC, PAY for Version Control?! &#171; Ssteiner&#8217;s Weblog</title>
		<link>http://ssteiner.wordpress.com/2008/04/16/installing-perforce/#comment-2</link>
		<dc:creator>Perforce &#8212; IDC, PAY for Version Control?! &#171; Ssteiner&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://ssteiner.wordpress.com/?p=6#comment-2</guid>
		<description>[...] Next entry &#8212; my trials and tribulations getting it set up on one of our public-facing servers. [...]</description>
		<content:encoded><![CDATA[<p>[...] Next entry &#8212; my trials and tribulations getting it set up on one of our public-facing servers. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
