<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>themattharris.com &#187; security</title>
	<atom:link href="http://themattharris.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://themattharris.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 04 Jan 2010 17:35:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generating an SSH Keypair</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2008%2F08%2Fgenerating-an-ssh-keypair%2F&amp;seed_title=Generating+an+SSH+Keypair</link>
		<comments>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2008%2F08%2Fgenerating-an-ssh-keypair%2F&amp;seed_title=Generating+an+SSH+Keypair#comments</comments>
		<pubDate>Wed, 06 Aug 2008 05:46:56 +0000</pubDate>
		<dc:creator>themattharris</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[keypair]]></category>
		<category><![CDATA[mediatemple]]></category>
		<category><![CDATA[mt]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.themattharris.com/?p=18</guid>
		<description><![CDATA[This is part 2 of a 4 part series of setting up your systems to use Git but in this case, is of general interest to those who may need to generate SSH Keypairs.

Git uses SSH key pairs to authenticate the machine you are accessing the repository from with the place you store that repository. [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 2 of a 4 part series of setting up your systems to use Git but in this case, is of general interest to those who may need to generate SSH Keypairs.</p>

<p>Git uses SSH key pairs to authenticate the machine you are accessing the repository from with the place you store that repository.  If you followed the post about installing Git on your MediaTemple server then this is the next step in getting Git ready.  This post should also act as a quick reference if you are not yet familiar with, or just want reminding of, the method of creating SSH public keypairs.<span id="more-18"></span></p>

<h2>What you will need</h2>

<ul>
<li>SSH root access to your server (MediaTemple offer this though the <a href="http://ac.mediatemple.net">Account Center</a>)</li></li>
<li>About 5 minutes of time</li>
</ul>

<h2>Method</h2>

<p>This is a quick process and remarkably easy to do.</p>

<ol>
<li>Log into your server using SSH. Usually this is <code>ssh root@your-domain.com</code></li>
<li>Enter the command: <code>ssh-keygen -t rsa</code></li>
<li>You will be asked where you want to save the key file, just press enter. (If you are told the file already exists skip the next 2 steps)</li>
<li>You&#8217;ll now be asked to enter a passphrase . You should enter a passphrase you will remember here as you will need it when you communicate with the main repository from now on.</li>
<li>Confirm the passphrase.</li>
<li>You can view the public keypair that was just created by entering: <code>cat ~/.ssh/id_rsa.pub</code></li>
</ol>

<p>That&#8217;s all, in the next post i&#8217;ll show you how to connect to your repository on Unfuddle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2008%2F08%2Fgenerating-an-ssh-keypair%2F&amp;seed_title=Generating+an+SSH+Keypair/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
