<?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>Computer Support &#187; shut down</title>
	<atom:link href="http://www.xiitec.com/blog/tag/shut-down/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiitec.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Dec 2009 08:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shutting Down ssh-agent Automatically at Logout</title>
		<link>http://www.xiitec.com/blog/2008/02/05/shutting-down-ssh-agent-automatically-at-logout/</link>
		<comments>http://www.xiitec.com/blog/2008/02/05/shutting-down-ssh-agent-automatically-at-logout/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 01:16:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Remote access]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[shut down]]></category>
		<category><![CDATA[ssh-agent]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=103</guid>
		<description><![CDATA[Make this entry in your ~/.bash_logout file:
kill $SSH_AGENT_PID
Don&#8217;t do this if you&#8217;re using keychain, because the whole point of using keychain is to be able to log in and out without having to re-enter your passphrases.
If you don&#8217;t have a ~/.bash_logout file, create one. There should be a system-wide default logout file at /etc/skel/.bash_logout to [...]]]></description>
			<content:encoded><![CDATA[<p>Make this entry in your <code>~/.bash_logout</code> file:</p>
<blockquote><p>kill $SSH_AGENT_PID</p></blockquote>
<p>Don&#8217;t do this if you&#8217;re using keychain, because the whole point of using keychain is to be able to log in and out without having to re-enter your passphrases.</p>
<p>If you don&#8217;t have a <code>~/.bash_logout </code>file, create one. There should be a system-wide default logout file at <code>/etc/skel/.bash_logout</code> to use as a model.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/02/05/shutting-down-ssh-agent-automatically-at-logout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

