<?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>Tribulaciones.org &#187; multiplex connection</title>
	<atom:link href="http://tribulaciones.org/tag/multiplex-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://tribulaciones.org</link>
	<description>A blog about me and whatever insterests me</description>
	<lastBuildDate>Wed, 27 Jan 2010 22:12:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speed up multiple SSH connections to same server</title>
		<link>http://tribulaciones.org/2009/01/speed-up-multiple-ssh-connections-to-same-server/</link>
		<comments>http://tribulaciones.org/2009/01/speed-up-multiple-ssh-connections-to-same-server/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 21:34:32 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[multiplex connection]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=81</guid>
		<description><![CDATA[I am copying here the tip I read in Linux Journal so I won’t need to google for it when needed. It works by multiplexing connections to the same server in the same TCP connection. For this to work, it needs a socket to track each connection.
You have to add these lines to ~/.ssh/config file:
Host [...]]]></description>
			<content:encoded><![CDATA[<p>I am copying here the tip I read in <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linuxjournal.com');" href="http://www.linuxjournal.com/content/speed-multiple-ssh-connections-same-server">Linux Journal</a> so I won’t need to google for it when needed. It works by multiplexing connections to the same server in the same TCP connection. For this to work, it needs a socket to track each connection.</p>
<p>You have to add these lines to ~/.ssh/config file:<br />
<code>Host *<br />
ControlMaster auto<br />
ControlPath ~/.ssh/master-%r@%h:%p</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2009/01/speed-up-multiple-ssh-connections-to-same-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
