<?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>The Rambling Chronicles: Notes &#187; ssh</title>
	<atom:link href="http://notes.theramblingchronicles.co.uk/tags/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.theramblingchronicles.co.uk</link>
	<description>Making sense is optional</description>
	<lastBuildDate>Thu, 26 Aug 2010 10:09:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Specify key file when SSHing</title>
		<link>http://notes.theramblingchronicles.co.uk/2009/12/09/specify-key-file-when-sshing/</link>
		<comments>http://notes.theramblingchronicles.co.uk/2009/12/09/specify-key-file-when-sshing/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:32:55 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[id_rsa]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://theramblingchronicles.co.uk/2009/12/09/specify-key-file-when-sshing/</guid>
		<description><![CDATA[If key is not named id_rsa need to specify when logging on. ssh -i ~/.ssh/key_file your@host.name]]></description>
			<content:encoded><![CDATA[<p>If key is not named id_rsa need to specify when logging on.</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-i</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>key_file your<span style="color: #000000; font-weight: bold;">@</span>host.name</pre></div></div>
]]></content:encoded>
			<wfw:commentRss>http://notes.theramblingchronicles.co.uk/2009/12/09/specify-key-file-when-sshing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH keys: the simple version</title>
		<link>http://notes.theramblingchronicles.co.uk/2009/11/19/ssh-keys-the-simple-version/</link>
		<comments>http://notes.theramblingchronicles.co.uk/2009/11/19/ssh-keys-the-simple-version/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:04:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://theramblingchronicles.co.uk/?p=314</guid>
		<description><![CDATA[SSH Keys &#8211; Generate a key on your local machine. Just agree to all of the prompts: ssh-keygen Find the .ssh directory in the home folder of the server you want to log in to. In it find/create the authorized_keys2 file in this directory. Copy the created key from your local computers home folder to [...]]]></description>
			<content:encoded><![CDATA[<p><span class="caps">SSH</span> Keys &#8211; </p>


<ul>
<li>Generate a key on your local machine. Just agree to all of the prompts:</li>
</ul>




<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh-keygen</span></pre></div></div>





<ul>
<li>Find the .ssh directory in the home folder of the <b>server</b> you want to log in to. In it find/create the <code>authorized_keys2</code> file in this directory.</li>
</ul>




<ul>
<li>Copy the created key from your <b>local</b> computers home folder to the servers <code>authorized_keys2</code> file. The generated key is found in <code>~/.ssh/id_rsa.pub</code>. Copy the entire line ending with your servers address from this file.</li>
</ul>




<ul>
<li>Make sure that the servers <code>authorized_keys2</code> file is set to read only local. Chmod to 600 to be sure.</li>
</ul>




<ul>
<li>Log out of the server, log back in and check if it worked!</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://notes.theramblingchronicles.co.uk/2009/11/19/ssh-keys-the-simple-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
