<?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>Jon Nordby &#187; ssh tunneling</title>
	<atom:link href="http://www.jonnor.com/tag/ssh-tunneling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnor.com</link>
	<description>My grassy patch in a world of walled gardens</description>
	<lastBuildDate>Thu, 12 Jan 2012 12:05:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Senior project screenshot and X11+SSH tip</title>
		<link>http://www.jonnor.com/2009/11/senior-project-screenshot-and-x11ssh-tip/</link>
		<comments>http://www.jonnor.com/2009/11/senior-project-screenshot-and-x11ssh-tip/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 01:55:45 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ALICE]]></category>
		<category><![CDATA[hopfe]]></category>
		<category><![CDATA[ssh tunneling]]></category>
		<category><![CDATA[X11 forwarding]]></category>

		<guid isPermaLink="false">http://www.jonnor.com/?p=76</guid>
		<description><![CDATA[So, I have not really written that post describing my senior project yet (well, I have a draft&#8230;), but here is a visual teaser at least: To get this nice image I had to do some X11 forwarding over SSH through an intermediate server. And since I&#8217;m probably not the only one with such needs [...]]]></description>
			<content:encoded><![CDATA[<p>So, I have not really written that post describing my senior project yet (well, I have a draft&#8230;), but here is a visual teaser at least:</p>
<p><img class="alignnone size-medium wp-image-77" title="2009-11-08-003736_1280x800_scrot" src="http://www.jonnor.com/wp/files/2009-11-08-003736_1280x800_scrot-300x187.png" alt="2009-11-08-003736_1280x800_scrot" width="300" height="187" /></p>
<p>To get this nice image I had to do some X11 forwarding over SSH through an intermediate server. And since I&#8217;m probably not the only one with such needs and I&#8217;m bound to forget how I did it I will post it here.</p>
<p>Basically I used <a href="http://factorial.hu/articles/20080302/more-robust-remote-x-tunneling">this excellent reference</a>. But if you need trusted X11 forwarding (like with ssh -Y instead of -X) you need to generate an xauth file as an extra step when you&#8217;re on the remote server. That can be done with &#8220;xauth generate $DISPLAY .&#8221; And the &#8220;nolisten tcp&#8221; config option that you need to disable locally is usually found in /etc/X11/xinit/xserverrc<br />
Additional heads up: if you try and connect with -X in addition to this manual forwarding you are setting up, you might get strange errors like &#8220;X connection to localhost:10.0 broken (explicit kill or server shutdown).&#8221; So don&#8217;t do that.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.jonnor.com/2011/12/the-maliit-buildbot/" rel="bookmark" class="crp_title">The Maliit buildbot</a></li><li><a href="http://www.jonnor.com/2010/11/glom-postgresql-setup/" rel="bookmark" class="crp_title">glom-postgresql-setup</a></li><li><a href="http://www.jonnor.com/2009/12/musical-highlights-of-2009/" rel="bookmark" class="crp_title">Musical Highlights of 2009</a></li><li><a href="http://www.jonnor.com/2009/10/linux-everywhere/" rel="bookmark" class="crp_title">Linux everywhere?</a></li><li><a href="http://www.jonnor.com/2009/06/moinmoin-mypaint-me/" rel="bookmark" class="crp_title">MoinMoin, MyPaint &#038; Me</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.jonnor.com/2009/11/senior-project-screenshot-and-x11ssh-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

