<?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: Use VNC through SSH</title>
	<atom:link href="http://www.thelinuxblog.com/use-vnc-through-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/use-vnc-through-ssh/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 17 May 2013 01:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Ben Browning</title>
		<link>http://www.thelinuxblog.com/use-vnc-through-ssh/comment-page-1/#comment-1664</link>
		<dc:creator>Ben Browning</dc:creator>
		<pubDate>Sat, 13 Dec 2008 15:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/use-vnc-through-ssh/#comment-1664</guid>
		<description><![CDATA[You can also do this in your ~/.ssh/config, like:
&lt;code&gt;
Host some.host.name
LocalForward 5901 192.168.42.10:5901
User yourusername
&lt;/code&gt;

That way it works automagically.

Of course, my config block for my home machine also enables a funny SSH port and X11 forwarding... :) 

~Ben]]></description>
		<content:encoded><![CDATA[<p>You can also do this in your ~/.ssh/config, like:<br />
<code><br />
Host some.host.name<br />
LocalForward 5901 192.168.42.10:5901<br />
User yourusername<br />
</code></p>
<p>That way it works automagically.</p>
<p>Of course, my config block for my home machine also enables a funny SSH port and X11 forwarding&#8230; :) </p>
<p>~Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.thelinuxblog.com/use-vnc-through-ssh/comment-page-1/#comment-1640</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/use-vnc-through-ssh/#comment-1640</guid>
		<description><![CDATA[or use FreeNX; it also is a good tool for remote desktop functionality that is free.]]></description>
		<content:encoded><![CDATA[<p>or use FreeNX; it also is a good tool for remote desktop functionality that is free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.thelinuxblog.com/use-vnc-through-ssh/comment-page-1/#comment-1639</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/use-vnc-through-ssh/#comment-1639</guid>
		<description><![CDATA[you can also do

ssh -X user@host vncviwer localhost:0]]></description>
		<content:encoded><![CDATA[<p>you can also do</p>
<p>ssh -X user@host vncviwer localhost:0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-11-22 &#171; B-link List</title>
		<link>http://www.thelinuxblog.com/use-vnc-through-ssh/comment-page-1/#comment-1506</link>
		<dc:creator>links for 2008-11-22 &#171; B-link List</dc:creator>
		<pubDate>Sun, 23 Nov 2008 00:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/use-vnc-through-ssh/#comment-1506</guid>
		<description><![CDATA[[...] The Linux Blog » Use VNC through SSH Some times its nice to tunnel through SSH. Perhaps you have SSH running but the firewall does not allow anything but SSH in. You can tunnel VNC (or any other service) through SSH by doing the following (tags: vnc ssh tunnel linux) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The Linux Blog » Use VNC through SSH Some times its nice to tunnel through SSH. Perhaps you have SSH running but the firewall does not allow anything but SSH in. You can tunnel VNC (or any other service) through SSH by doing the following (tags: vnc ssh tunnel linux) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
