<?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: Red Hat 9 Security and X programs from a remote host in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053801#M6272</link>
    <description>did you try with simply 'xhost +' without specifing the remote machine? this will enable _any_ machine to connect to the local X server.&lt;BR /&gt;Just to check if it is and authorization problem.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
    <pubDate>Thu, 21 Aug 2003 13:19:22 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2003-08-21T13:19:22Z</dc:date>
    <item>
      <title>Red Hat 9 Security and X programs from a remote host</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053798#M6269</link>
      <description>Hi, folks.&lt;BR /&gt;&lt;BR /&gt;I'm trying to get an external machine (not local) to display ANY xterm/netscape/gimp/etc. to my Red Hat 9 fresh install.&lt;BR /&gt;&lt;BR /&gt;I've set DISPLAY on the remote system, I've run xhost + remote_hostname on the local system.&lt;BR /&gt;&lt;BR /&gt;All I get is:&lt;BR /&gt;&lt;BR /&gt;Error: Can't open display&lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;&lt;BR /&gt;I've tinkered with hosts.allow (even ALL : ALL), to no avail.&lt;BR /&gt;&lt;BR /&gt;Do any of you gurus have some suggestions as to why this does not work?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Thu, 21 Aug 2003 11:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053798#M6269</guid>
      <dc:creator>A. Daniel King_1</dc:creator>
      <dc:date>2003-08-21T11:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 9 Security and X programs from a remote host</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053799#M6270</link>
      <description>first of all you need to run&lt;BR /&gt;xhost + remote_hostname &lt;BR /&gt;from within X sessions terminal&lt;BR /&gt;&lt;BR /&gt;on a second machine from which you wish to connect you should issue the following command&lt;BR /&gt;export DISPLAY=ipaddress:0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;of course you should insert the Xserver ip address instead of ipaddress&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 12:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053799#M6270</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-21T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 9 Security and X programs from a remote host</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053800#M6271</link>
      <description>I've done this with some variation including myip:0.0, myip:1 and others.&lt;BR /&gt;&lt;BR /&gt;Any other ideas?</description>
      <pubDate>Thu, 21 Aug 2003 12:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053800#M6271</guid>
      <dc:creator>A. Daniel King_1</dc:creator>
      <dc:date>2003-08-21T12:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 9 Security and X programs from a remote host</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053801#M6272</link>
      <description>did you try with simply 'xhost +' without specifing the remote machine? this will enable _any_ machine to connect to the local X server.&lt;BR /&gt;Just to check if it is and authorization problem.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 21 Aug 2003 13:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053801#M6272</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-08-21T13:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 9 Security and X programs from a remote host</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053802#M6273</link>
      <description>Other elegant alternative is change the option "X11Forwarding yes" in /etc/ssh/sshd_config file of OpenSSH. This will enable X11 forwarding from sshd, with the side benefit of having X11 information encrypted and compressed through your ssh connection. &lt;BR /&gt;&lt;BR /&gt;Then, use "ssh -X" to log into your RH9 server; X11 applications will work automagically on your remote X server and you won't have to bother with "xhost" and "export DISPLAY" commands.&lt;BR /&gt;&lt;BR /&gt;Don't forget to assign the corresponding points.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Thu, 21 Aug 2003 14:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053802#M6273</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-21T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 9 Security and X programs from a remote host</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053803#M6274</link>
      <description>I'd rather be encrypted anyway;  It works like a charm.  Thanks, all!</description>
      <pubDate>Thu, 21 Aug 2003 15:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-9-security-and-x-programs-from-a-remote-host/m-p/3053803#M6274</guid>
      <dc:creator>A. Daniel King_1</dc:creator>
      <dc:date>2003-08-21T15:16:00Z</dc:date>
    </item>
  </channel>
</rss>

