<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>X11 on Simon Žekar — unix, communications, stupidities</title><link>https://simon.zekar.com/tags/x11/</link><description>Recent content in X11 on Simon Žekar — unix, communications, stupidities</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 08 Oct 2009 22:51:30 +0000</lastBuildDate><atom:link href="https://simon.zekar.com/tags/x11/index.xml" rel="self" type="application/rss+xml"/><item><title>HP-UX ssh X11 forwarding not working for certain applications</title><link>https://simon.zekar.com/2009/10/08/hp-ux-ssh-x11-forwarding-not-working-for-certain-applications/</link><pubDate>Thu, 08 Oct 2009 22:51:30 +0000</pubDate><guid>https://simon.zekar.com/2009/10/08/hp-ux-ssh-x11-forwarding-not-working-for-certain-applications/</guid><description>&lt;p>I had a strange issue with &lt;a href="http://www.hp.com/products1/unix/">hp-ux&lt;/a> &lt;a href="http://www.ssh.com/support/documentation/online/ssh/adminguide/32/X11_Forwarding.html">x11 forwarding over ssh&lt;/a>. xclock, xterm ran fine but hpterm and some other x11 programs didn’t start, claiming error:&lt;/p>
&lt;p>&lt;code>X11 connection rejected because of wrong authentication.&lt;/code>&lt;/p>
&lt;p>after some searching I found following fixed the issue:&lt;/p>
&lt;pre tabindex="0">&lt;code>/opt/ssh/etc/sshd_config:
X11UseLocalhost no
(must be set to no, default is yes)
&lt;/code>&lt;/pre>&lt;p>S.&lt;/p></description></item></channel></rss>