<?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>/kb &#187; password</title>
	<atom:link href="http://grx.no/kb/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://grx.no/kb</link>
	<description>personal knowledgebase</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:05:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SSH aliases</title>
		<link>http://grx.no/kb/2010/06/18/ssh-aliases/</link>
		<comments>http://grx.no/kb/2010/06/18/ssh-aliases/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 08:02:56 +0000</pubDate>
		<dc:creator>hgrimelid</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://grx.no/kb/?p=198</guid>
		<description><![CDATA[In ~/.ssh/config add the following: Host ALIAS HostName DOMAIN User USERNAME Port PORT_NUMBER]]></description>
			<content:encoded><![CDATA[<p>In <code>~/.ssh/config</code> add the following:</p>

<div class="wp_syntax"><div class="code"><pre class="ssh" style="font-family:monospace;">Host ALIAS
HostName DOMAIN
User USERNAME
Port PORT_NUMBER</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://grx.no/kb/2010/06/18/ssh-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwordless login with MacFusion</title>
		<link>http://grx.no/kb/2009/08/06/passwordless-login-with-macfusion/</link>
		<comments>http://grx.no/kb/2009/08/06/passwordless-login-with-macfusion/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 07:28:22 +0000</pubDate>
		<dc:creator>hgrimelid</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macfusion]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://grx.no/kb/?p=169</guid>
		<description><![CDATA[Put a reference to the private key file in ~/.ssh/config, for example: IdentityFile ~/.ssh/id_rsa Source: FAQS.org]]></description>
			<content:encoded><![CDATA[<p>Put a reference to the private key file in <code>~/.ssh/config</code>, for example:</p>
<pre>
IdentityFile ~/.ssh/id_rsa
</pre>
<p>Source: <a href="http://www.faqs.org/docs/securing/chap15sec121.html">FAQS.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://grx.no/kb/2009/08/06/passwordless-login-with-macfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

