<?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: export DISPLAY from hp-ux to linux(Debian) doesn't work in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795670#M78989</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think with "xhost +" you grant access to your local X-server to everybody. That's always a security risc.&lt;BR /&gt;Their is a much better way if you want to redirect the output of X-application on HP-UX to your local linuxbox:&lt;BR /&gt;- install ssh on your HP-UX system&lt;BR /&gt;- on your linux system set Forward X11 to yes in /etc/ssh/ssh_config&lt;BR /&gt;- on your hp system edit the config file /usr/local/etc/openssh/sshd_config as follow:&lt;BR /&gt;     ForwardX11 yes&lt;BR /&gt;     X11DisplayOffset 10&lt;BR /&gt;     X11UseLocalHost no&lt;BR /&gt;     XAuthLocation /usr/bin/X11/xauth&lt;BR /&gt;- log in via ssh&lt;BR /&gt;The DISPLAY variable is correctly setting by ssh, you don't need the xhost command.&lt;BR /&gt;And your whole communication is encrypted!&lt;BR /&gt;&lt;BR /&gt;You can get openssh for HP-UX here:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.4p1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.4p1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dirk</description>
    <pubDate>Wed, 28 Aug 2002 10:53:04 GMT</pubDate>
    <dc:creator>Dirk Wiedemann</dc:creator>
    <dc:date>2002-08-28T10:53:04Z</dc:date>
    <item>
      <title>export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795669#M78988</link>
      <description>On the linux WS :&lt;BR /&gt;I executed xhost +&lt;BR /&gt;The following process is running:&lt;BR /&gt;/usr/bin/X11/X :0 -deferglyphs 16 -nolisten tcp vt7 -auth /var/lib/gdm/:0.Xauth&lt;BR /&gt;I suspect a security setting not done.&lt;BR /&gt;Who can help?</description>
      <pubDate>Wed, 28 Aug 2002 08:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795669#M78988</guid>
      <dc:creator>Domenico_1</dc:creator>
      <dc:date>2002-08-28T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795670#M78989</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think with "xhost +" you grant access to your local X-server to everybody. That's always a security risc.&lt;BR /&gt;Their is a much better way if you want to redirect the output of X-application on HP-UX to your local linuxbox:&lt;BR /&gt;- install ssh on your HP-UX system&lt;BR /&gt;- on your linux system set Forward X11 to yes in /etc/ssh/ssh_config&lt;BR /&gt;- on your hp system edit the config file /usr/local/etc/openssh/sshd_config as follow:&lt;BR /&gt;     ForwardX11 yes&lt;BR /&gt;     X11DisplayOffset 10&lt;BR /&gt;     X11UseLocalHost no&lt;BR /&gt;     XAuthLocation /usr/bin/X11/xauth&lt;BR /&gt;- log in via ssh&lt;BR /&gt;The DISPLAY variable is correctly setting by ssh, you don't need the xhost command.&lt;BR /&gt;And your whole communication is encrypted!&lt;BR /&gt;&lt;BR /&gt;You can get openssh for HP-UX here:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.4p1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.4p1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Dirk</description>
      <pubDate>Wed, 28 Aug 2002 10:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795670#M78989</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-08-28T10:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795671#M78990</link>
      <description>Another thing to be aware of.  HP requires some uncommon X extensions that cause some of the programs exported from the HP machine to a Linux box not to work.  I ran into this problem frequently with Omniback 3.5.</description>
      <pubDate>Wed, 28 Aug 2002 13:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795671#M78990</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-08-28T13:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795672#M78991</link>
      <description>Hello Eric,&lt;BR /&gt;&lt;BR /&gt;OB 3.5 works very fine in my environment, never any problems.&lt;BR /&gt;But OB 4.1 is dreadful. You can run it with setting the linux Xserver to DefaultDepth 8 in Section "Screen" of XF86Config.&lt;BR /&gt;Perhabs this is a solution to your problems with OB 3.5 too.&lt;BR /&gt;&lt;BR /&gt;Dirk</description>
      <pubDate>Wed, 28 Aug 2002 14:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795672#M78991</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-08-28T14:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795673#M78992</link>
      <description>Domenico, what errors do you actually get when you launch your X client from the HP-UX machine?</description>
      <pubDate>Wed, 28 Aug 2002 21:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795673#M78992</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-28T21:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795674#M78993</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Debian's default settings are high security settings. The default for the X Server is not to accept any network connection to X at all. Take a look at&lt;BR /&gt;/usr/X11R6/lib/X11/xinit/xserverrc&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;exec /usr/bin/X11/X -dpi 100 -nolisten tcp&lt;BR /&gt;&lt;BR /&gt;Remove the "-nolisten tcp" and restart your X and it should go (at least if you start your X with startx. i haven't testet it with xdm/gdm/kdm by now. if it does not go you should take a look at the xdm/gdm/kdm configurations).&lt;BR /&gt;&lt;BR /&gt;Heiner&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 05:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795674#M78993</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2002-08-29T05:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY from hp-ux to linux(Debian) doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795675#M78994</link>
      <description>The error is the following:&lt;BR /&gt;he DISPLAY environment variable is set to "mylinuxWS.brussels.hp.com:0.&lt;BR /&gt;0", but&lt;BR /&gt;the current configuration won't allow ignite to run on that display.&lt;BR /&gt;&lt;BR /&gt;The DISPLAY environment variable may be incorrect, or, if you are&lt;BR /&gt;running ignite remotely, you may need to allow the remote system&lt;BR /&gt;to access your local X server by typing&lt;BR /&gt;&lt;BR /&gt;      /usr/bin/X11/xhost +gemini&lt;BR /&gt;&lt;BR /&gt;on your local machine.&lt;BR /&gt;&lt;BR /&gt;Do you want to proceed using the terminal version of ignite?&lt;BR /&gt;(yes or no) [yes]&lt;BR /&gt;&lt;BR /&gt;Today I tested the solution proposed by Dirk, with SSH and this is great.&lt;BR /&gt;&lt;BR /&gt;Heiner I will try yours and let you know.&lt;BR /&gt;&lt;BR /&gt;Many thank to everybody helping me entering in this new world.</description>
      <pubDate>Thu, 29 Aug 2002 05:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/export-display-from-hp-ux-to-linux-debian-doesn-t-work/m-p/2795675#M78994</guid>
      <dc:creator>Domenico_1</dc:creator>
      <dc:date>2002-08-29T05:16:04Z</dc:date>
    </item>
  </channel>
</rss>

