<?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>cannot export display &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/cannot-export-display/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Tue, 10 Aug 2010 12:54:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Exporting display over ssh</title>
		<link>https://arunns.net/exporting-display-over-ssh/</link>
					<comments>https://arunns.net/exporting-display-over-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Tue, 10 Aug 2010 12:54:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cannot export display]]></category>
		<category><![CDATA[export display over ssh]]></category>
		<category><![CDATA[mkxauth]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=360</guid>

					<description><![CDATA[To export the display from a remote server over ssh: ssh -X user@host Just made sure that, X11 forwarding is enabled on the sshd_config . Once the connection is made, you can make sure the display is exported using: # echo $DISPLAY localhost:10.0 if the value is empty, make sure you have the necessary package [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To export the display from a remote server over ssh:</p>
<p><code>ssh -X user@host</code></p>
<p>Just made sure that, X11 forwarding is enabled on the sshd_config .</p>
<p>Once the connection is made, you can make sure the display is exported using:<br />
<code><br />
# echo $DISPLAY<br />
localhost:10.0</code></p>
<p>if the value is empty, make sure you have the necessary package (<strong>mkxauth</strong>) installed to create .XAuthority file.</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/exporting-display-over-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
