<?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: How to set default session timeout in Linux</title>
	<atom:link href="http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:10:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: LinuxM@n</title>
		<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/comment-page-1/#comment-217294</link>
		<dc:creator>LinuxM@n</dc:creator>
		<pubDate>Mon, 16 Jan 2012 17:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/#comment-217294</guid>
		<description>Thanks for posting the timeout instructions. I work with Ubuntu 10.04 and the 3 lines of code does in fact disconnect my user. 

I modified the .bashrc file in the home directory.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for posting the timeout instructions. I work with Ubuntu 10.04 and the 3 lines of code does in fact disconnect my user. </p>
<p>I modified the .bashrc file in the home directory.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danesh</title>
		<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/comment-page-1/#comment-66741</link>
		<dc:creator>Danesh</dc:creator>
		<pubDate>Sat, 05 Jun 2010 18:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/#comment-66741</guid>
		<description>vaibhav, you could try adding the above into the .bashrc file within your user&#039;s user dir.

Tell me if it works</description>
		<content:encoded><![CDATA[<p>vaibhav, you could try adding the above into the .bashrc file within your user&#8217;s user dir.</p>
<p>Tell me if it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaibhav</title>
		<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/comment-page-1/#comment-66600</link>
		<dc:creator>vaibhav</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/#comment-66600</guid>
		<description>Is it possible to set different timeouts for different users?

I mean I do not want user1 to be idle for more than, say, 5 minutes, but it is alright if user2 stays idle for an hour or so.

Is it possible to execute it?</description>
		<content:encoded><![CDATA[<p>Is it possible to set different timeouts for different users?</p>
<p>I mean I do not want user1 to be idle for more than, say, 5 minutes, but it is alright if user2 stays idle for an hour or so.</p>
<p>Is it possible to execute it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/comment-page-1/#comment-66522</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/#comment-66522</guid>
		<description>If you&#039;re running debian check out timeoutd.  Not sure if it will solve all your issues but it sure is nice to have that in one place.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re running debian check out timeoutd.  Not sure if it will solve all your issues but it sure is nice to have that in one place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrirang</title>
		<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/comment-page-1/#comment-26589</link>
		<dc:creator>Shrirang</dc:creator>
		<pubDate>Wed, 15 Oct 2008 18:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/#comment-26589</guid>
		<description>Danesh,

Does the soultion work if someone enables the keepalive configuration in the client application (like putty)? It will not, since the client will keep sending null packets to the server, so it will never seem like the client is idle.

Thanks,


Shrirang.</description>
		<content:encoded><![CDATA[<p>Danesh,</p>
<p>Does the soultion work if someone enables the keepalive configuration in the client application (like putty)? It will not, since the client will keep sending null packets to the server, so it will never seem like the client is idle.</p>
<p>Thanks,</p>
<p>Shrirang.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manojg</title>
		<link>http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/comment-page-1/#comment-17428</link>
		<dc:creator>Manojg</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/#comment-17428</guid>
		<description>This is helpful. what is the equivalent variable for c shell? I connect to the remote computer via ssh and I am being log out after certain time if I stop working. I checked the /etc/bashrc and /etc/csh.cshrc files in remote computer, and ~.bashrc and ~.cshrc files in my local computer but I could not find anything about the log out time. Where is this log out time hidden?

Thanks.</description>
		<content:encoded><![CDATA[<p>This is helpful. what is the equivalent variable for c shell? I connect to the remote computer via ssh and I am being log out after certain time if I stop working. I checked the /etc/bashrc and /etc/csh.cshrc files in remote computer, and ~.bashrc and ~.cshrc files in my local computer but I could not find anything about the log out time. Where is this log out time hidden?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

