<?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>James Rodenkirch &#187; Uncategorized</title>
	<atom:link href="http://www.rodenkirch.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rodenkirch.com</link>
	<description>Web - Technology - Life</description>
	<lastBuildDate>Fri, 16 Sep 2011 14:23:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Easy ssh key setup</title>
		<link>http://www.rodenkirch.com/2011/05/easy-ssh-key-setup/</link>
		<comments>http://www.rodenkirch.com/2011/05/easy-ssh-key-setup/#comments</comments>
		<pubDate>Thu, 12 May 2011 17:17:07 +0000</pubDate>
		<dc:creator>James Rodenkirch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LInux]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.rodenkirch.com/?p=220</guid>
		<description><![CDATA[I seem to need to look up this little gem from time to time, so I thought I should just post it here so I can find it easily. If you want a dead simple way to send your ssh key to a remote server so that you can use key based authentication, just run [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to need to look up this little gem from time to time, so I thought I should just post it here so I can find it easily. If you want a dead simple way to send your ssh key to a remote server so that you can use key based authentication, just run the following command.</p>
<pre>cat .ssh/id_rsa.pub | ssh deploy@myserver.com "cat &gt;&gt; .ssh/authorized_keys2"</pre>
<p>Obviously you need to have an existing key generated and you need to adjust for the type of key you have and the server user/address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rodenkirch.com/2011/05/easy-ssh-key-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

