<?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: X11 forward in SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942716#M577243</link>
    <description>oups I give you linux config file....&lt;BR /&gt;&lt;BR /&gt;On HP-UX config file are in /opt/ssh/etc.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
    <pubDate>Thu, 03 Apr 2003 08:01:43 GMT</pubDate>
    <dc:creator>Jerome Baron</dc:creator>
    <dc:date>2003-04-03T08:01:43Z</dc:date>
    <item>
      <title>X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942714#M577241</link>
      <description>What the different bet. setting X11Forwarding and not setting it at the SSH server? I noticed in both cases I can still use Xwindows by putting up the appropiate DISPLAY parameters and able to spawn the Xwindows on my PC's. Is there a diff. in terms of encrypted X11 traffic in both cases?</description>
      <pubDate>Thu, 03 Apr 2003 06:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942714#M577241</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2003-04-03T06:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942715#M577242</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Effectively with X11 forwarding you can lunch graphical application with a ssh session. The only problem is your lan connection speed!&lt;BR /&gt;Without X11 forwarding I mean that you can't use graphical interface by ssh.&lt;BR /&gt;&lt;BR /&gt;Configuration on server in /etc/ssh/sshd_config:&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;X11DisplayOffset 10&lt;BR /&gt;# Change the port for more security&lt;BR /&gt;Port 5522 &lt;BR /&gt;&lt;BR /&gt;restart ssd daemon&lt;BR /&gt;&lt;BR /&gt;Configuration on client in /etc/ssh/ssh_config or??/.ssh/config :&lt;BR /&gt;ForwardX11 yes&lt;BR /&gt;Compression yes&lt;BR /&gt;Port 5522 # the same port that on server&lt;BR /&gt;&lt;BR /&gt;Without client configuration :&lt;BR /&gt;# ssh -XC -p 5522 -l &lt;LOGIN&gt; &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Thu, 03 Apr 2003 07:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942715#M577242</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-04-03T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942716#M577243</link>
      <description>oups I give you linux config file....&lt;BR /&gt;&lt;BR /&gt;On HP-UX config file are in /opt/ssh/etc.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 03 Apr 2003 08:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942716#M577243</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-04-03T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942717#M577244</link>
      <description>Hi Jerome,&lt;BR /&gt;&lt;BR /&gt;I test on both cases for X11Forward is yes and No, in both cases i can use the Xwindows graphic interface.  It seems there is no diff. whether X11Forward is set or not. Did i miss something??</description>
      <pubDate>Thu, 03 Apr 2003 09:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942717#M577244</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2003-04-03T09:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942718#M577245</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For me the only way to disable X11 is to put no at X11Forwarding. I try on m??y system and have the same result (graphical application run in all case.&lt;BR /&gt;I suspect a "bug".&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 03 Apr 2003 09:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942718#M577245</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-04-03T09:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942719#M577246</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;if you have &lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;in the sshd_config file (don't forget to restart the sshd after changing the parameter) the sshd set the Variable DISPLAY to something like this:&lt;BR /&gt;&lt;BR /&gt;DISPLAY=&lt;IP of="" the="" host=""&gt;:10.0&lt;BR /&gt;&lt;BR /&gt;you do not have to set the display manually, all X11-windows are forwarded to your client automatically.&lt;BR /&gt;&lt;BR /&gt;If the ssh-Server is behind a firewall &lt;BR /&gt;xterm -display &lt;IP of="" your="" client=""&gt;:0&lt;BR /&gt;doesn't work&lt;BR /&gt;but with X11forwarding enabled and typing &lt;BR /&gt;xterm&lt;BR /&gt;the display is tunneled via the ssh-connection&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Thu, 03 Apr 2003 09:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942719#M577246</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-04-03T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942720#M577247</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;Does this means with X11Forward enable, the Xwindows traffic actually forced to use SSH connection which is encrypted?&lt;BR /&gt;&lt;BR /&gt;Without X11Forward enable, Xwindows traffic are travelling in CLEAR TEXT even I am connecting to the SSH server using SSH client and have the DISPLAY=&lt;IP of="" the="" host=""&gt;:10.0&lt;/IP&gt;</description>
      <pubDate>Thu, 03 Apr 2003 11:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942720#M577247</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2003-04-03T11:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: X11 forward in SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942721#M577248</link>
      <description>yes</description>
      <pubDate>Thu, 03 Apr 2003 11:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-forward-in-ssh/m-p/2942721#M577248</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-04-03T11:15:55Z</dc:date>
    </item>
  </channel>
</rss>

