<?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>Tuts4Tech &#187; keys</title>
	<atom:link href="http://tuts4tech.net/tag/keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +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>Passwordless SSH login using SSH Keys</title>
		<link>http://tuts4tech.net/2009/07/01/passwordless-ssh-login-using-ssh-keys/</link>
		<comments>http://tuts4tech.net/2009/07/01/passwordless-ssh-login-using-ssh-keys/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 01:32:00 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[keys]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[passwordless]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=401</guid>
		<description><![CDATA[SSH keys allow you to login without requiring you to type in your password this tutorial will teach you how to set them up First we need to create the key Then we need to move it over to the machine that we want to be able to login too without the need for a [...]]]></description>
			<content:encoded><![CDATA[<p>SSH keys allow you to login without requiring you to type in your password this tutorial will teach you how to set them up</p>
<ol>
<li>First we need to create the key
<pre class="brush: bash; title: ; notranslate">ssh-keygen -t rsa</pre>
</li>
<li>Then we need to move it over to the machine that we want to be able to login too without the need for a password to do this run the following command
<pre class="brush: bash; title: ; notranslate">scp .ssh/id_rsa.pub OTHER-MACHINES-IP:.ssh/authorized_keys</pre>
</li>
<li>You should now be able to ssh into that machine without needing a password</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/07/01/passwordless-ssh-login-using-ssh-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

