<?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: Open remote application window over ssh &#8211; X11</title>
	<atom:link href="http://www.wetware.co.nz/blog/2009/12/open-remote-application-window-over-ssh-x11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz/blog/2009/12/open-remote-application-window-over-ssh-x11/</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Sun, 18 Jul 2010 02:15:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Brian</title>
		<link>http://www.wetware.co.nz/blog/2009/12/open-remote-application-window-over-ssh-x11/comment-page-1/#comment-2767</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 03 Jan 2010 05:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=647#comment-2767</guid>
		<description>Neat trick, but why not just use VNC ?
If you&#039;ve got SSH working, the rest is pretty simple.
Install tigervnc viewer, then tigervnc-server on the remote.
Then, you can SSH into the remote and launch the server using:
x0vncserver -SecurityTypes=none -display=:0
Simply specify the display, and disable password protection.
Then, in another console, launch the viewer using:
vncviewer -via user@remote-addr localhost
The &#039;-via&#039; option sets up your SSH tunnel.
It then connects to &#039;localhost&#039; at the remote end.
Simple, quick and you can see what you&#039;re doing :)</description>
		<content:encoded><![CDATA[<p>Neat trick, but why not just use VNC ?<br />
If you&#8217;ve got SSH working, the rest is pretty simple.<br />
Install tigervnc viewer, then tigervnc-server on the remote.<br />
Then, you can SSH into the remote and launch the server using:<br />
x0vncserver -SecurityTypes=none -display=:0<br />
Simply specify the display, and disable password protection.<br />
Then, in another console, launch the viewer using:<br />
vncviewer -via user@remote-addr localhost<br />
The &#8216;-via&#8217; option sets up your SSH tunnel.<br />
It then connects to &#8216;localhost&#8217; at the remote end.<br />
Simple, quick and you can see what you&#8217;re doing <img src='http://www.wetware.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
