<?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>configure X11 Forwarding Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/configure-x11-forwarding/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 06 Dec 2018 19:51:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Configure X11 Forwarding in CentOS/RHEL 6/7/8 and Fedora 28/29</title>
		<link>https://www.osradar.com/configure-x11-forwarding-in-centos-rhel-6-7-8-and-fedora-28-29/</link>
					<comments>https://www.osradar.com/configure-x11-forwarding-in-centos-rhel-6-7-8-and-fedora-28-29/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 06 Dec 2018 19:23:25 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[configure X11 Forwarding]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8024</guid>

					<description><![CDATA[<p>X11 Forwarding will help you to run some GUI applications on a remote Sever. Like Firefox of Oracle installation of configuration and many other X11 apps. i will explain how to configure these settings from Windows Putty Client. This Tutorials should work on all Centos/RHEL 7 and Fedora 28/29 Step 1: Install Required Packages install [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-x11-forwarding-in-centos-rhel-6-7-8-and-fedora-28-29/">Configure X11 Forwarding in CentOS/RHEL 6/7/8 and Fedora 28/29</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>X11 Forwarding will help you to run some GUI applications on a remote Sever. Like Firefox of Oracle installation of configuration and many other X11 apps. i will explain how to configure these settings from Windows Putty Client.</p>
<p>This Tutorials should work on all Centos/RHEL 7 and Fedora 28/29</p>
<p><strong>Step 1: Install Required Packages</strong><br />
install all dependencies needed to run X11 applications</p>
<pre class=""># yum install  xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps -y</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-8058" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-A.png" alt="" width="645" height="352" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-A.png 645w, https://www.osradar.com/wp-content/uploads/2018/12/X11-A-300x164.png 300w" sizes="(max-width: 645px) 100vw, 645px" /><br />
Step 2: Enable X11 Fowarding Settings<br />
This is an option to configure inside your SSHD Deamon settings.</p>
<p># vim /etc/ssh/sshd_config<br />
X11Forwarding yes</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8060" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-B.png" alt="" width="611" height="98" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-B.png 611w, https://www.osradar.com/wp-content/uploads/2018/12/X11-B-300x48.png 300w" sizes="(max-width: 611px) 100vw, 611px" /></p>
<p>save and exit<br />
<strong>Step 3: Restart SSH Service</strong></p>
<p>The SSH service should be restarted to apply the change configuration.</p>
<p><strong>For CentOS/RHEL 7/Fedora 28/29<br />
</strong></p>
<pre class=""># systemctl restart sshd</pre>
<p><strong>For CentOS/RHEL 6</strong></p>
<pre class=""># service sshd restart</pre>
<h2><strong>A-</strong><strong>Connect From Windows</strong></h2>
<p>Now lets try to connect via the most used ssh client PUTTY.</p>
<p>Enable X11 in Putty, before login.</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8061" src="https://www.osradar.com/wp-content/uploads/2018/12/x11-1.png" alt="" width="454" height="440" srcset="https://www.osradar.com/wp-content/uploads/2018/12/x11-1.png 454w, https://www.osradar.com/wp-content/uploads/2018/12/x11-1-300x291.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/x11-1-433x420.png 433w" sizes="(max-width: 454px) 100vw, 454px" /></p>
<p>Enable X11</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8062" src="https://www.osradar.com/wp-content/uploads/2018/12/x11-2.png" alt="" width="455" height="435" srcset="https://www.osradar.com/wp-content/uploads/2018/12/x11-2.png 455w, https://www.osradar.com/wp-content/uploads/2018/12/x11-2-300x287.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/x11-2-439x420.png 439w" sizes="(max-width: 455px) 100vw, 455px" /></p>
<p>Run below command to test the connection.</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8063" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-C.png" alt="" width="531" height="154" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-C.png 531w, https://www.osradar.com/wp-content/uploads/2018/12/X11-C-300x87.png 300w" sizes="(max-width: 531px) 100vw, 531px" /></p>
<p>Please before to run any command ensure that X11 server is installed on ur windows Desktop for example <a href="https://sourceforge.net/projects/xming/">Xming </a></p>
<pre> xclock</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-8070" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-E.png" alt="" width="609" height="322" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-E.png 609w, https://www.osradar.com/wp-content/uploads/2018/12/X11-E-300x159.png 300w" sizes="(max-width: 609px) 100vw, 609px" /></p>
<p>OR</p>
<pre class=""># xeyes</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-8071" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-F.png" alt="" width="600" height="200" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-F.png 600w, https://www.osradar.com/wp-content/uploads/2018/12/X11-F-300x100.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<section class="field_kcs_issue_txt">
<h2>Issue</h2>
<ul>
<li>How do we prevent the following error message when we run the command <code>xclock</code>?</li>
</ul>
<pre>Warning: Missing charsets in String to FontSet conversion
 Warning: Unable to load any usable fontset</pre>
</section>
<section class="field_kcs_resolution_txt">
<h2><img loading="lazy" class="alignnone size-full wp-image-8069" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-D.png" alt="" width="544" height="140" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-D.png 544w, https://www.osradar.com/wp-content/uploads/2018/12/X11-D-300x77.png 300w" sizes="(max-width: 544px) 100vw, 544px" /></h2>
<h2>Resolution</h2>
<p>Set the LC_ALL=C variable. As the user run:</p>
<pre> export LC_ALL=C</pre>
<p>To make this setting permanent for user, add it to the <code>.bash_profile of user:<br />
In /home/User/.bash_profile</code></p>
<pre> LC_ALL=C
export LC_ALL</pre>
<h2><strong>B-Connect From another Linux</strong></h2>
<p>My example is from my Mint Linux . ( Ubuntu Based)</p>
<p>Before to start, please install X11 Server tools x11-xserver-utils and run the commands bellow</p>
<pre class="">$apt-get  install  x11-xserver-utils
$xhost 
$ssh -X osradar@remote-server</pre>
<p>now you can run the applications</p>
<p><img loading="lazy" class="alignnone size-full wp-image-8073" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-G.png" alt="" width="650" height="418" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-G.png 650w, https://www.osradar.com/wp-content/uploads/2018/12/X11-G-300x193.png 300w" sizes="(max-width: 650px) 100vw, 650px" /> <img loading="lazy" class="alignnone wp-image-8074" src="https://www.osradar.com/wp-content/uploads/2018/12/X11-J.png" alt="" width="652" height="322" srcset="https://www.osradar.com/wp-content/uploads/2018/12/X11-J.png 626w, https://www.osradar.com/wp-content/uploads/2018/12/X11-J-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/X11-J-324x160.png 324w" sizes="(max-width: 652px) 100vw, 652px" /></p>
<p>Please Enjoy and share !!</p>
</section>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-x11-forwarding-in-centos-rhel-6-7-8-and-fedora-28-29/">Configure X11 Forwarding in CentOS/RHEL 6/7/8 and Fedora 28/29</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/configure-x11-forwarding-in-centos-rhel-6-7-8-and-fedora-28-29/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
