<?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: Chaining SSH Tunnels</title>
	<atom:link href="http://www.kerrybuckley.org/2008/12/15/chaining-ssh-tunnels/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrybuckley.org/2008/12/15/chaining-ssh-tunnels/</link>
	<description>What's the simplest thing that could possibly go wrong?</description>
	<lastBuildDate>Fri, 06 Aug 2010 14:08:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Phil Howard</title>
		<link>http://www.kerrybuckley.org/2008/12/15/chaining-ssh-tunnels/comment-page-1/#comment-54280</link>
		<dc:creator>Phil Howard</dc:creator>
		<pubDate>Fri, 06 Aug 2010 14:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.org/2008/12/15/chaining-ssh-tunnels/#comment-54280</guid>
		<description>ssh -t foo ssh -t bar ssh -t -p222 dave@wibble ssh -t dest

Welcome to dest is one command line and no backgrounds to clean up.

This is better if all you want is the shell session at dest.  End to end port forwarding does not work and has to be explicitly chained.  But that can still be done all in one command by making each ssh step connect to the next with the appropriate -L on each.</description>
		<content:encoded><![CDATA[<p>ssh -t foo ssh -t bar ssh -t -p222 dave@wibble ssh -t dest</p>
<p>Welcome to dest is one command line and no backgrounds to clean up.</p>
<p>This is better if all you want is the shell session at dest.  End to end port forwarding does not work and has to be explicitly chained.  But that can still be done all in one command by making each ssh step connect to the next with the appropriate -L on each.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.222 seconds -->
