<?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: Fedora and gpg-agent</title>
	<atom:link href="http://blog.schiessle.org/2009/05/12/fedora-and-gpg-agent/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schiessle.org/2009/05/12/fedora-and-gpg-agent/</link>
	<description></description>
	<lastBuildDate>Thu, 10 Jun 2010 17:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Stian Ellingsen</title>
		<link>http://blog.schiessle.org/2009/05/12/fedora-and-gpg-agent/comment-page-1/#comment-2739</link>
		<dc:creator>Stian Ellingsen</dc:creator>
		<pubDate>Wed, 13 May 2009 00:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.schiessle.org/blog/?p=260#comment-2739</guid>
		<description>I have added a short description about my setup at https://wiki.fsfe.org/Fellows/stiell/fedora_cryptocard_ssh_setup</description>
		<content:encoded><![CDATA[<p>I have added a short description about my setup at <a href="https://wiki.fsfe.org/Fellows/stiell/fedora_cryptocard_ssh_setup" rel="nofollow">https://wiki.fsfe.org/Fellows/stiell/fedora_cryptocard_ssh_setup</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stian Ellingsen</title>
		<link>http://blog.schiessle.org/2009/05/12/fedora-and-gpg-agent/comment-page-1/#comment-2738</link>
		<dc:creator>Stian Ellingsen</dc:creator>
		<pubDate>Tue, 12 May 2009 23:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.schiessle.org/blog/?p=260#comment-2738</guid>
		<description>My code broke completely because of worthless comment filtering.</description>
		<content:encoded><![CDATA[<p>My code broke completely because of worthless comment filtering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stian Ellingsen</title>
		<link>http://blog.schiessle.org/2009/05/12/fedora-and-gpg-agent/comment-page-1/#comment-2737</link>
		<dc:creator>Stian Ellingsen</dc:creator>
		<pubDate>Tue, 12 May 2009 23:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.schiessle.org/blog/?p=260#comment-2737</guid>
		<description>--use-standard-socket seems to be what you&#039;re looking for.

Here&#039;s my setup, not 100 % tested yet:

Added in ~/.bash_profile:
GAIFILE=$HOME/.gpg-agent-info
if test -f &quot;${GAIFILE}&quot; &amp;&amp; kill -0 `cut -d: -f 2 &quot;${GAIFILE}&quot;` 2&gt;/dev/null; then
        eval `cat &quot;${GAIFILE}&quot;`
        eval `cut -d= -f 1 /dev/null 2&gt;&amp;1
ssh $@

The extra TTY code is necessary when using different consoles (like e.g. Ctrl+Alt+F2)</description>
		<content:encoded><![CDATA[<p>&#8211;use-standard-socket seems to be what you&#8217;re looking for.</p>
<p>Here&#8217;s my setup, not 100 % tested yet:</p>
<p>Added in ~/.bash_profile:<br />
GAIFILE=$HOME/.gpg-agent-info<br />
if test -f &#8220;${GAIFILE}&#8221; &amp;&amp; kill -0 `cut -d: -f 2 &#8220;${GAIFILE}&#8221;` 2&gt;/dev/null; then<br />
        eval `cat &#8220;${GAIFILE}&#8221;`<br />
        eval `cut -d= -f 1 /dev/null 2&gt;&amp;1<br />
ssh $@</p>
<p>The extra TTY code is necessary when using different consoles (like e.g. Ctrl+Alt+F2)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
