<?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>usefulgeek &#187; ssh</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:48:21 +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>Extend the timeout on SSH connections</title>
		<link>http://www.usefulgeek.com/blog/2009/05/extend-the-timeout-on-ssh-connections/</link>
		<comments>http://www.usefulgeek.com/blog/2009/05/extend-the-timeout-on-ssh-connections/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:56:00 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=122</guid>
		<description><![CDATA[A quick google search will quickly answer this question, but I&#8217;ve found myself asking it a few times lately.  Often when I let an SSH session go idle, I&#8217;ll end up being disconnected.  By adding ServerAliveInterval 60 to ~/.ssh/config I&#8217;ve managed to limit this from happening.
There is also a similar server side fix for this.  [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2010/01/remote-packet-capture/' rel='bookmark' title='Permanent Link: Remote packet capture'>Remote packet capture</a> <small>Had a need to capture some traffic on the remote...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A quick google search will quickly answer this question, but I&#8217;ve found myself asking it a few times lately.  Often when I let an SSH session go idle, I&#8217;ll end up being disconnected.  By adding <code>ServerAliveInterval 60</code> to <code>~/.ssh/config</code> I&#8217;ve managed to limit this from happening.</p>
<p>There is also a similar server side fix for this.  Consult <code>man ssh_config</code> and <code>man sshd_config</code> for more details.</p>


<p>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2010/01/remote-packet-capture/' rel='bookmark' title='Permanent Link: Remote packet capture'>Remote packet capture</a> <small>Had a need to capture some traffic on the remote...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/05/extend-the-timeout-on-ssh-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
