<?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: HOWTO: Set the SSHD Idle Timeout</title>
	<atom:link href="http://hwarf.com/2009/06/24/sshd-idle-timeout/feed/" rel="self" type="application/rss+xml" />
	<link>http://hwarf.com/2009/06/24/sshd-idle-timeout/</link>
	<description>﻿Random</description>
	<lastBuildDate>Fri, 22 Jan 2010 18:52:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jordan Lev</title>
		<link>http://hwarf.com/2009/06/24/sshd-idle-timeout/comment-page-1/#comment-55</link>
		<dc:creator>Jordan Lev</dc:creator>
		<pubDate>Wed, 06 Jan 2010 20:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://hwarf.com/?p=196#comment-55</guid>
		<description>Thanks for this helpful post! I was having lots of trouble getting this to work for larger amounts of time (30-60 minutes) because I thought these were the settings for the actual timeout limit of the sshd sessions so I was setting the ClientAliveInterval to a very high value (3600 for an hour). BUT I didn&#039;t understand that this isn&#039;t changing the timeout limit -- those are set elsewhere (not sure where, but it doesn&#039;t matter) and seem to be 15 minutes on my Ubuntu Hardy system. What these ClientAlive___ settings do send a packet back and forth to the client every so often to keep the connection alive, so you must set the ClientAliveInterval to a number that is LOWER than whatever the built-in timeout is (so in my case, less than 900 [900 seconds=15 minutes]), then set the ClientAliveCountMax to the number of times you want that packet sent. So what worked for me to keep the session alive for an hour was to set both to 60 -- send the packet every 60 seconds, and do that 60 times. Phew!</description>
		<content:encoded><![CDATA[<p>Thanks for this helpful post! I was having lots of trouble getting this to work for larger amounts of time (30-60 minutes) because I thought these were the settings for the actual timeout limit of the sshd sessions so I was setting the ClientAliveInterval to a very high value (3600 for an hour). BUT I didn&#8217;t understand that this isn&#8217;t changing the timeout limit &#8212; those are set elsewhere (not sure where, but it doesn&#8217;t matter) and seem to be 15 minutes on my Ubuntu Hardy system. What these ClientAlive___ settings do send a packet back and forth to the client every so often to keep the connection alive, so you must set the ClientAliveInterval to a number that is LOWER than whatever the built-in timeout is (so in my case, less than 900 [900 seconds=15 minutes]), then set the ClientAliveCountMax to the number of times you want that packet sent. So what worked for me to keep the session alive for an hour was to set both to 60 &#8212; send the packet every 60 seconds, and do that 60 times. Phew!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
