<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How-To: Use SSH Keys and SSHKeychain for Passwordless Logins</title>
	<link>http://fadeover.org/blog/archives/7</link>
	<description>The bleeding edge, for hemophiliacs.</description>
	<pubDate>Fri, 21 Nov 2008 06:07:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: patrick</title>
		<link>http://fadeover.org/blog/archives/7#comment-274</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Tue, 13 Feb 2007 04:00:55 +0000</pubDate>
		<guid>http://fadeover.org/blog/archives/7#comment-274</guid>
		<description>SSHPassKey suffers from the same problem as the old SSHKeychain, that is to say it is non-universal. In addition, it's even &lt;b&gt;older&lt;/b&gt; than SSHKeychain.</description>
		<content:encoded><![CDATA[<p>SSHPassKey suffers from the same problem as the old SSHKeychain, that is to say it is non-universal. In addition, it&#8217;s even <b>older</b> than SSHKeychain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://fadeover.org/blog/archives/7#comment-259</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 09 Feb 2007 09:08:53 +0000</pubDate>
		<guid>http://fadeover.org/blog/archives/7#comment-259</guid>
		<description>How about SSHPassKey?
http://www.codefab.com/unsupported/</description>
		<content:encoded><![CDATA[<p>How about SSHPassKey?<br />
<a href="http://www.codefab.com/unsupported/" rel="nofollow">http://www.codefab.com/unsupported/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://fadeover.org/blog/archives/7#comment-3</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 13 Jul 2006 13:10:31 +0000</pubDate>
		<guid>http://fadeover.org/blog/archives/7#comment-3</guid>
		<description>Works like a charm!

Another neat SSH trick to save you typing is that of the SSH config file and hosts.  In your ~/.ssh/config file, try adding the following:
&lt;blockquote&gt;
&lt;code&gt;
host 
  Hostname 
  Port 22
  ForwardAgent yes
  ForwardX11 no
&lt;/code&gt;
&lt;/blockquote&gt;

I'm not entirely sure what the "ForwardAgent" option does, but it seems to do the trick =)  Anyways, after this you can connect to a server like this:

ssh [login@]alias

Where login is optional.</description>
		<content:encoded><![CDATA[<p>Works like a charm!</p>
<p>Another neat SSH trick to save you typing is that of the SSH config file and hosts.  In your ~/.ssh/config file, try adding the following:</p>
<blockquote><p>
<code><br />
host<br />
  Hostname<br />
  Port 22<br />
  ForwardAgent yes<br />
  ForwardX11 no<br />
</code>
</p></blockquote>
<p>I&#8217;m not entirely sure what the &#8220;ForwardAgent&#8221; option does, but it seems to do the trick =)  Anyways, after this you can connect to a server like this:</p>
<p>ssh [login@]alias</p>
<p>Where login is optional.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
