<?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 SUN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777019#M76217</link>
    <description>Depending on your environment, xhost + is not a good idea. It says that your curent display server (run xhost on the box with the display) will accept without question, any image from any source. In the early days of Xwindows, it was considered clever to display Xroaches or 'melt' the display. But the screen itself can also be read using xwd from any other computer. In fact, a hacker to popup a login xterm or dtterm window, ask for login and password and poof! The window disappears, along with your userID and password.&lt;BR /&gt;&lt;BR /&gt;Always use xhost +display-server:0 and repeat as needed. And for additional security, use xhost -display-server:0 when finished.</description>
    <pubDate>Wed, 31 Jul 2002 20:48:21 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-07-31T20:48:21Z</dc:date>
    <item>
      <title>Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777012#M76210</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;  We have an xapplication that has to be launched on nclass servers but the actual application is residing on a solaris box. Is there any issue with exporting the display back from the solaris box. Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ben.</description>
      <pubDate>Wed, 31 Jul 2002 18:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777012#M76210</guid>
      <dc:creator>ben_43</dc:creator>
      <dc:date>2002-07-31T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777013#M76211</link>
      <description>There should be no issue. To display the app on the HP, you need to do:xhost +  &lt;HOSTNAME&gt; on the box that owns the display, to give the named host access to display there. The host that will run the app needs to have this done: export DISPLAY=x.y.z.a , where that IP points to the the host with the display.&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 31 Jul 2002 18:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777013#M76211</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-07-31T18:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777014#M76212</link>
      <description>It should be fine. Just remember the "xhost +" every time the system reboots. There can be some minor font issues, depending on the app.&lt;BR /&gt;&lt;BR /&gt;I run HP Openview Operations on an HPUX v11 system and display on a Sun Ultra-5 workstation. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 31 Jul 2002 18:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777014#M76212</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-31T18:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777015#M76213</link>
      <description>From sun, run as root:&lt;BR /&gt;# xhost +&lt;BR /&gt;From sun, telnet to hp and run:&lt;BR /&gt;# export DISPLAY=&lt;SUN_IP&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Hai&lt;/SUN_IP&gt;</description>
      <pubDate>Wed, 31 Jul 2002 18:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777015#M76213</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-07-31T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777016#M76214</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;It will be fine doing that. I did see some issues with Java and fonts while exporting display to Sun. You may take a look xhost permissions too.&lt;BR /&gt;&lt;BR /&gt;rgds,</description>
      <pubDate>Wed, 31 Jul 2002 18:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777016#M76214</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-07-31T18:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777017#M76215</link>
      <description>Also Ben the default shell in Sun genreally freaaks out on export DSIPALY so I alsways change it to ksh and then do an export DISPLAY . Ofcourse you have to run xhost+ .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 31 Jul 2002 18:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777017#M76215</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-31T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777018#M76216</link>
      <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Wed, 31 Jul 2002 19:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777018#M76216</guid>
      <dc:creator>ben_43</dc:creator>
      <dc:date>2002-07-31T19:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export DISPLAY from SUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777019#M76217</link>
      <description>Depending on your environment, xhost + is not a good idea. It says that your curent display server (run xhost on the box with the display) will accept without question, any image from any source. In the early days of Xwindows, it was considered clever to display Xroaches or 'melt' the display. But the screen itself can also be read using xwd from any other computer. In fact, a hacker to popup a login xterm or dtterm window, ask for login and password and poof! The window disappears, along with your userID and password.&lt;BR /&gt;&lt;BR /&gt;Always use xhost +display-server:0 and repeat as needed. And for additional security, use xhost -display-server:0 when finished.</description>
      <pubDate>Wed, 31 Jul 2002 20:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-from-sun/m-p/2777019#M76217</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-31T20:48:21Z</dc:date>
    </item>
  </channel>
</rss>

