<?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: How to X session forwarding over SSH</title>
	<atom:link href="http://www.wiredrevolution.com/system-administration/how-to-x-session-forwarding-over-ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com/system-administration/how-to-x-session-forwarding-over-ssh?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-x-session-forwarding-over-ssh</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:43:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jan Ives</title>
		<link>http://www.wiredrevolution.com/system-administration/how-to-x-session-forwarding-over-ssh/comment-page-1#comment-139</link>
		<dc:creator>Jan Ives</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=807#comment-139</guid>
		<description>You can also login and then run X programs as separate steps:

ssh -X user@remotehost

remotehost&gt; xlogo
remotehost&gt; xclock

If X forwarding doesn&#039;t work, you may need to check it hasn&#039;t been disabled on the remote host - look in /etc/ssh/sshd_config on the remote host.

You can also daisy-chain hosts if you need to access one server via another, for example:

ssh -X user@remotehost
remotehost&gt; ssh -X user2@remotehost2
remotehost2&gt; xlogo

If you want to default ssh to always use &#039;-X&#039; either set up an alias or create a file ~/.ssh/config and add this line to it:

ForwardX11=yes</description>
		<content:encoded><![CDATA[<p>You can also login and then run X programs as separate steps:</p>
<p>ssh -X user@remotehost</p>
<p>remotehost&gt; xlogo<br />
remotehost&gt; xclock</p>
<p>If X forwarding doesn&#8217;t work, you may need to check it hasn&#8217;t been disabled on the remote host &#8211; look in /etc/ssh/sshd_config on the remote host.</p>
<p>You can also daisy-chain hosts if you need to access one server via another, for example:</p>
<p>ssh -X user@remotehost<br />
remotehost&gt; ssh -X user2@remotehost2<br />
remotehost2&gt; xlogo</p>
<p>If you want to default ssh to always use &#8216;-X&#8217; either set up an alias or create a file ~/.ssh/config and add this line to it:</p>
<p>ForwardX11=yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.wiredrevolution.com/system-administration/how-to-x-session-forwarding-over-ssh/comment-page-1#comment-140</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 04 Dec 2008 14:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=807#comment-140</guid>
		<description>Great information, Thanks.</description>
		<content:encoded><![CDATA[<p>Great information, Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

