<?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>SooW's BBQ &#187; Unix-like</title>
	<atom:link href="http://blog.soow.fr/archives/category/unix-like/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.soow.fr</link>
	<description></description>
	<lastBuildDate>Tue, 13 Oct 2009 10:49:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://blog.soow.fr</link>
  <url>http://blog.soow.fr/wp-content/img/favicon.ico</url>
  <title>SooW's BBQ</title>
</image>
		<item>
		<title>Connect to internal machines with SSH</title>
		<link>http://blog.soow.fr/archives/30</link>
		<comments>http://blog.soow.fr/archives/30#comments</comments>
		<pubDate>Sat, 06 Sep 2008 13:44:11 +0000</pubDate>
		<dc:creator>SooW</dc:creator>
				<category><![CDATA[Unix-like]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.soow.fr/?p=30</guid>
		<description><![CDATA[If you often connect to a machine through a gate, you will find this simple command useful. The idea is to open a pseudo-tty and to execute another instance of ssh. Supposing you want to log in the machine hirogen through ssh.epita.fr.
ssh -t [login@]ssh.epita.fr ssh [login@]hirogen
The -t option tells the gate to allocate a pty [...]]]></description>
			<content:encoded><![CDATA[<p>If you often connect to a machine through a <em>gate</em>, you will find this simple command useful. The idea is to open a pseudo-tty and to execute another instance of <code>ssh</code>. Supposing you want to log in the machine <code>hirogen</code> through <code>ssh.epita.fr</code>.</p>
<p style="padding-left: 30px;"><code>ssh -t [login@]ssh.epita.fr ssh [login@]hirogen</code></p>
<p>The <strong>-t</strong> option tells the gate to allocate a <em>pty</em> so that the program you want to execute (everything after the host) can actually be <strong>tunneled</strong> (sort of). Using a <a href="http://pkeck.myweb.uga.edu/ssh/">public key</a>, you can access your hidden host without entering your password. And when you exit the remote machine, you will automatically leave the gate too.</p>
<p><a href="http://www.last.fm/music/The+Arcade+Fire"><strong>The Arcade Fire</strong></a> &#8211; <strong>Neighborhood #1 (Tunnels)</strong> (2003):</p>
<p><a href="http://soow.free.fr/contents/Audio/Tracks/The%20Arcade%20Fire%20-%20Tunnels.mp3">Download audio file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soow.fr/archives/30/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://soow.free.fr/contents/Audio/Tracks/The%20Arcade%20Fire%20-%20Tunnels.mp3" length="4732144" type="audio/mpeg" />
		</item>
	</channel>
</rss>
