<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SSH Agent Forwarding</title>
	<atom:link href="http://www.danielhall.me/2009/08/ssh-agent-forwarding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielhall.me/2009/08/ssh-agent-forwarding/</link>
	<description>Because the Internet doesn&#039;t have enough opinions already</description>
	<lastBuildDate>Tue, 13 Jul 2010 11:53:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mark Johnson</title>
		<link>http://www.danielhall.me/2009/08/ssh-agent-forwarding/comment-page-1/#comment-630</link>
		<dc:creator>Mark Johnson</dc:creator>
		<pubDate>Sat, 06 Mar 2010 06:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielhall.me/?p=160#comment-630</guid>
		<description>Thanks for this post, answers a bunch of questions I was having.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, answers a bunch of questions I was having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.danielhall.me/2009/08/ssh-agent-forwarding/comment-page-1/#comment-45</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 22 Aug 2009 01:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielhall.me/?p=160#comment-45</guid>
		<description>Brian makes a very good point. Smart cards increase the abstraction by a whole other level, but more than that the smart card is essentially an impermeable computer. You cant extract the private key without some very complicated and expensive methods involving electron microscopes and such.</description>
		<content:encoded><![CDATA[<p>Brian makes a very good point. Smart cards increase the abstraction by a whole other level, but more than that the smart card is essentially an impermeable computer. You cant extract the private key without some very complicated and expensive methods involving electron microscopes and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Pence</title>
		<link>http://www.danielhall.me/2009/08/ssh-agent-forwarding/comment-page-1/#comment-44</link>
		<dc:creator>Brian Pence</dc:creator>
		<pubDate>Fri, 21 Aug 2009 12:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielhall.me/?p=160#comment-44</guid>
		<description>An even better combination of approaches would be to use smartcard authentication in conjunction with agent forwarding.  Smartcards work just like publickey authentication except that the private key never leaves the smartcard!  All authentication operations are done by the CPU on the smartcard so the private key CAN&#039;T be stolen.  Posession of both the smartcard itself and its PIN are required to gain access to a system.

So, now that you have a private key that can&#039;t be compromised, you don&#039;t have to worry about generating multiple keypairs for multiple systems.  And because you can&#039;t copy your private key to other hosts for multi-hop connections (smartcards don&#039;t allow access to the private key), agent forwarding provides the perfect solution.  All further authentication requests can be forwarded back to the originating machine and fulfilled by the smartcard itself.

Brian Pence
Celestial Software (ssh client with smartcard support)
http://www.celestialsoftware.net</description>
		<content:encoded><![CDATA[<p>An even better combination of approaches would be to use smartcard authentication in conjunction with agent forwarding.  Smartcards work just like publickey authentication except that the private key never leaves the smartcard!  All authentication operations are done by the CPU on the smartcard so the private key CAN&#8217;T be stolen.  Posession of both the smartcard itself and its PIN are required to gain access to a system.</p>
<p>So, now that you have a private key that can&#8217;t be compromised, you don&#8217;t have to worry about generating multiple keypairs for multiple systems.  And because you can&#8217;t copy your private key to other hosts for multi-hop connections (smartcards don&#8217;t allow access to the private key), agent forwarding provides the perfect solution.  All further authentication requests can be forwarded back to the originating machine and fulfilled by the smartcard itself.</p>
<p>Brian Pence<br />
Celestial Software (ssh client with smartcard support)<br />
<a href="http://www.celestialsoftware.net" rel="nofollow">http://www.celestialsoftware.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
