<?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>TuxGuides.com &#187; public key</title>
	<atom:link href="http://www.tuxguides.com/tag/public-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxguides.com</link>
	<description>Linux Guides &#38; Reviews</description>
	<lastBuildDate>Thu, 16 Jun 2011 00:56:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Copy SSH Key to Server in One Line</title>
		<link>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/</link>
		<comments>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 17:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[one line]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=189</guid>
		<description><![CDATA[Here is a simple way to copy your public key from your computer to your server (which can allow password-free login): ssh user@hostname "echo `cat ~/.ssh/id_rsa.pub` >> ~/.ssh/authorized_keys" If you receive an error about ~/.ssh/id_rsa.pub not existing, run the following to create it first: ssh-keygen -t rsa]]></description>
			<content:encoded><![CDATA[<p>Here is a simple way to copy your public key from your computer to your server (which can allow password-free login):</p>
<p><code>ssh user@hostname "echo `cat ~/.ssh/id_rsa.pub` >> ~/.ssh/authorized_keys"</code></p>
<p>If you receive an error about ~/.ssh/id_rsa.pub not existing, run the following to create it first:</p>
<p><code>ssh-keygen -t rsa</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

