<?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 X forwing + ssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114830#M446776</link>
    <description>Hi Gurus&lt;BR /&gt;&lt;BR /&gt;I have the following situation.&lt;BR /&gt;&lt;BR /&gt;I upgrade my ssh version and I get some trouble.&lt;BR /&gt;When I log-on in to the machine "xpto" the X work fine, but when I log-on from machine "xpto" to another one by ssh I get the error message:&lt;BR /&gt;&lt;BR /&gt;Warning: untrusted X11 forwarding setup failed: xauth key data not generated&lt;BR /&gt;Warning: No xauth data; using fake authentication data for X11 forwarding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Xlib: connection to "localhost:10.0" refused by server&lt;BR /&gt;Xlib: PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match&lt;BR /&gt;Error: Can't open display: localhost:10.0&lt;BR /&gt;&lt;BR /&gt;Any ideas what is the problem or how can I solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Jun 2008 09:52:24 GMT</pubDate>
    <dc:creator>nightwich</dc:creator>
    <dc:date>2008-06-19T09:52:24Z</dc:date>
    <item>
      <title>X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114830#M446776</link>
      <description>Hi Gurus&lt;BR /&gt;&lt;BR /&gt;I have the following situation.&lt;BR /&gt;&lt;BR /&gt;I upgrade my ssh version and I get some trouble.&lt;BR /&gt;When I log-on in to the machine "xpto" the X work fine, but when I log-on from machine "xpto" to another one by ssh I get the error message:&lt;BR /&gt;&lt;BR /&gt;Warning: untrusted X11 forwarding setup failed: xauth key data not generated&lt;BR /&gt;Warning: No xauth data; using fake authentication data for X11 forwarding.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Xlib: connection to "localhost:10.0" refused by server&lt;BR /&gt;Xlib: PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match&lt;BR /&gt;Error: Can't open display: localhost:10.0&lt;BR /&gt;&lt;BR /&gt;Any ideas what is the problem or how can I solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114830#M446776</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-06-19T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114831#M446777</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;check the DISPLAY variable.&lt;BR /&gt;&lt;BR /&gt;consider using ssh -X hostname&lt;BR /&gt;&lt;BR /&gt;to connect and work properly with GUI apps.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 19 Jun 2008 10:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114831#M446777</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-19T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114832#M446778</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks by thy reply&lt;BR /&gt;&lt;BR /&gt;The DISPLAY variable seems to be ok.. I also have try the option -X in ssh.&lt;BR /&gt;&lt;BR /&gt;I get the same error :S&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 19 Jun 2008 10:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114832#M446778</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-06-19T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114833#M446779</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ ssh -Y &lt;BR /&gt;&lt;BR /&gt;rgs,</description>
      <pubDate>Thu, 19 Jun 2008 11:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114833#M446779</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2008-06-19T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114834#M446780</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Check the ssh_config on xpto:  X11 Forwarding is usually turned off by default in the ssh_config.&lt;BR /&gt;&lt;BR /&gt;My ssh_config is in /opt/ssh/etc/ssh_config.&lt;BR /&gt;&lt;BR /&gt;Change &lt;BR /&gt;&lt;BR /&gt;#   ForwardX11 no&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;ForwardX11 yes&lt;BR /&gt;&lt;BR /&gt;I usually update the Host* section to the following:&lt;BR /&gt;Host *&lt;BR /&gt;  ForwardAgent yes&lt;BR /&gt;  ForwardX11 yes&lt;BR /&gt;  Protocol 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 13:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114834#M446780</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2008-06-19T13:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114835#M446781</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I don't have -Y option.&lt;BR /&gt;&lt;BR /&gt;In my sshd_config I have the following options:&lt;BR /&gt;&lt;BR /&gt;ListenAddress 0.0.0.0 &lt;BR /&gt;&lt;BR /&gt;AllowTcpForwarding yes&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;X11UseLocalhost yes&lt;BR /&gt;&lt;BR /&gt;I already do a intensive search on web but i still have this problem&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 20 Jun 2008 08:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114835#M446781</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-06-20T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114836#M446782</link>
      <description>ssh -Y hostname appname&lt;BR /&gt;&lt;BR /&gt;Sample:&lt;BR /&gt;&lt;BR /&gt;ssh -Y hostname "/usr/dt/bin/hpterm  -bg DarkGreen -fg white  -title "G:HOSTNAME" -e /opt/perf/bin/glance" &amp;amp;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114836#M446782</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2008-06-20T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114837#M446783</link>
      <description>Hi Gurus &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I altready solv the problem.&lt;BR /&gt;&lt;BR /&gt;The truck is enable the ForwardX11Trusted &lt;BR /&gt;&lt;BR /&gt;I put in my ssh_config the option:&lt;BR /&gt;ForwardX11Trusted yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 23 Jun 2008 14:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114837#M446783</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-06-23T14:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: X forwing + ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114838#M446784</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Resolved by my previous post.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 23 Jun 2008 14:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-forwing-ssh/m-p/5114838#M446784</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2008-06-23T14:34:35Z</dc:date>
    </item>
  </channel>
</rss>

