<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: howto connect from linux server to other linux machine using X windows ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231475#M88134</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;shouldn't it be&lt;BR /&gt;&lt;BR /&gt;on MaschineB&lt;BR /&gt;xhost +MachineA&lt;BR /&gt;&lt;BR /&gt;on MaschineA&lt;BR /&gt;telnet MachineB&lt;BR /&gt;(log in)&lt;BR /&gt;export DISPLAY=MachineA:0&lt;BR /&gt;(run application)&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Sun, 28 Mar 2004 07:16:37 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2004-03-28T07:16:37Z</dc:date>
    <item>
      <title>howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231472#M88131</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;howto connect from a linux server to the other linux machine using X windows ?&lt;BR /&gt;&lt;BR /&gt;I use in both cases SuSE 8.2&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Fri, 26 Mar 2004 18:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231472#M88131</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-03-26T18:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231473#M88132</link>
      <description>Ok, a bit of clarification would be nice.&lt;BR /&gt;&lt;BR /&gt;You're running an X Server (the gui bit with the mouse) on one machine (MachineA for example), and you want to run an application on another machine (MachineB) with the gui stuff on MachineA ?&lt;BR /&gt;&lt;BR /&gt;If so, then you need to do something similar to the following:&lt;BR /&gt;&lt;BR /&gt;xhost +MachineB&lt;BR /&gt;telnet MachineB&lt;BR /&gt;(log in)&lt;BR /&gt;export DISPLAY=MachineA:0&lt;BR /&gt;(run application)&lt;BR /&gt;&lt;BR /&gt;If you're using SSH between machines, it's even easier:&lt;BR /&gt;&lt;BR /&gt;ssh MachineB&lt;BR /&gt;(log in)&lt;BR /&gt;(run application)&lt;BR /&gt;&lt;BR /&gt;SSH automatically does most of the fiddly bits for you (setting DISPLAY etc.).  It also has the added advantage of encrypting the display information.&lt;BR /&gt;&lt;BR /&gt;If this isn't what you meant, then please give a bit more details.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 26 Mar 2004 18:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231473#M88132</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-26T18:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231474#M88133</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you want to get the full X window environnement including desktop, you can open your X session on the other machine.&lt;BR /&gt;&lt;BR /&gt;- On the X connection server allow XDMCP &lt;BR /&gt;&lt;BR /&gt;- On the client, launch X like this :&lt;BR /&gt;/usr/bin/X11/X -query your_X_connection_server&lt;BR /&gt;&lt;BR /&gt;You can put this line in your /etc/inittab at run level 5&lt;BR /&gt;&lt;BR /&gt;Hope this help.</description>
      <pubDate>Sun, 28 Mar 2004 05:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231474#M88133</guid>
      <dc:creator>Philippe MALINGE</dc:creator>
      <dc:date>2004-03-28T05:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231475#M88134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;shouldn't it be&lt;BR /&gt;&lt;BR /&gt;on MaschineB&lt;BR /&gt;xhost +MachineA&lt;BR /&gt;&lt;BR /&gt;on MaschineA&lt;BR /&gt;telnet MachineB&lt;BR /&gt;(log in)&lt;BR /&gt;export DISPLAY=MachineA:0&lt;BR /&gt;(run application)&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Mar 2004 07:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231475#M88134</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-03-28T07:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231476#M88135</link>
      <description>hopefully none of the machines in the above examples are exposed to the public Internet.&lt;BR /&gt;&lt;BR /&gt;Long term use of xhost+ is a significant security hazard unless you are behind a firewall.&lt;BR /&gt;&lt;BR /&gt;I've been successul using Linux to X window HP-UX boxes by openning up port 7000 on the iptables firewall internal network only.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what the proper port number is foir Linux but the rest of the instructions I agree with. xhost+ is to big a security hazard for me. I've been burned and a user getting control of your box that way can gain root priviledged if root is the X user.&lt;BR /&gt;&lt;BR /&gt;I don't mean this as a critcism. I'm just concerned about xhost+&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 28 Mar 2004 17:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231476#M88135</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-28T17:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231477#M88136</link>
      <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;are you afraid of any form of xhosts + even when used with specific hosts?&lt;BR /&gt;&lt;BR /&gt;just curious,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Mar 2004 17:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231477#M88136</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-03-28T17:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231478#M88137</link>
      <description>Michael, no.  the 'xhost' command needs to be run on the system running the X Server.&lt;BR /&gt;&lt;BR /&gt;It says "Allow remote machine &lt;WHATEVER&gt; to display X-Clients on my X-Server".&lt;BR /&gt;&lt;BR /&gt;Using SSH is the preferable way to do all of this in any case, as not only is the information encrypted, it also runs all of the X-Auth securely.&lt;BR /&gt;&lt;BR /&gt;From memory, the 'xhost +&lt;MACHINE&gt;' is only a check based on hostname + ident, so spoofing is always possible.&lt;BR /&gt;&lt;BR /&gt;Now, as for the ports, by default X under Linux is on the 6000 + display (so for :0, it's 6000, for :1, it's 6001 etc. etc.).  SSH usually binds it's self to :10 onwards.&lt;BR /&gt;&lt;BR /&gt;If combining xhost and firewalling, you should be reasonably safe.&lt;/MACHINE&gt;&lt;/WHATEVER&gt;</description>
      <pubDate>Sun, 28 Mar 2004 18:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231478#M88137</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-28T18:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231479#M88138</link>
      <description>xhost+ causes me concern. It causes me no concern inside a firewall where all users are trusted.  &lt;BR /&gt;&lt;BR /&gt;We are prohibited from using it at our shop except for short diagnostic purposes even though there has never been a breach of our firewall. To be perfectly honest I have no idea what the vulnerability is or how to exploit it.&lt;BR /&gt;&lt;BR /&gt;It the command is run with an X session logged in as root, root priveledges are supposedly easy to get.&lt;BR /&gt;&lt;BR /&gt;Sources: Jewish Federation Security Audit, July 2000. HP-UX Practical Network Security July 2001.&lt;BR /&gt;&lt;BR /&gt;The manual for the HP class is at work, if I have time I'll add quotes on Monday.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 28 Mar 2004 20:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231479#M88138</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-28T20:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231480#M88139</link>
      <description>i know its not related to Xwindows....but u can use VNC to connect GUI of ur linux from any OS(windows and linux flavours)</description>
      <pubDate>Tue, 30 Mar 2004 11:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231480#M88139</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-03-30T11:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: howto connect from linux server to other linux machine using X windows ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231481#M88140</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I must admit, I was wrong.&lt;BR /&gt;Stuart is right. I thought, it would work like Tru64 but apparently it does not. :-(&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;-9 points please :-)</description>
      <pubDate>Tue, 30 Mar 2004 15:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-connect-from-linux-server-to-other-linux-machine-using-x/m-p/3231481#M88140</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-03-30T15:45:34Z</dc:date>
    </item>
  </channel>
</rss>

