<?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 windows and Secure Shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247346#M174754</link>
    <description>Hi !&lt;BR /&gt;Tell me please how can I make X windows ( CDE) to work with SSH? &lt;BR /&gt;Is it possible?</description>
    <pubDate>Wed, 14 Apr 2004 01:07:29 GMT</pubDate>
    <dc:creator>Igor Sovin</dc:creator>
    <dc:date>2004-04-14T01:07:29Z</dc:date>
    <item>
      <title>X windows and Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247346#M174754</link>
      <description>Hi !&lt;BR /&gt;Tell me please how can I make X windows ( CDE) to work with SSH? &lt;BR /&gt;Is it possible?</description>
      <pubDate>Wed, 14 Apr 2004 01:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247346#M174754</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-04-14T01:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: X windows and Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247347#M174755</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't know if this is what you mean but I'll give it a try:&lt;BR /&gt;Be sure you have a local xserver running (for example Linux) Then open a local terminal and give others acces to you X. Do: xhost +&lt;BR /&gt;&lt;BR /&gt;Then open a ssh session to the remote system:&lt;BR /&gt;ssh -X &lt;HOST&gt;&lt;BR /&gt;On the remote host set your display:&lt;BR /&gt;export DISPLAY=&lt;LOCAL-IP&gt;:0.0  (or :1.0 for the second xserver if you are running 2 on the local system)&lt;BR /&gt;&lt;BR /&gt;Test if you can run xclock. (should appear on your local system)&lt;BR /&gt;Then I think you can start on the remote the dtlogin: /usr/dt/bin/dtlogin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;/LOCAL-IP&gt;&lt;/HOST&gt;</description>
      <pubDate>Wed, 14 Apr 2004 01:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247347#M174755</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-04-14T01:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: X windows and Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247348#M174756</link>
      <description>Once you get the setting figured out you could modify your login profile to automatically setup your environment when you connect.  This is handy for things like default paths too.</description>
      <pubDate>Wed, 14 Apr 2004 01:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247348#M174756</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2004-04-14T01:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: X windows and Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247349#M174757</link>
      <description>Yes, it is possible, but not as discribed by Peter (Not sure he understood its with ssh).  You need to allow X-forwarding and will have to go into the ssh config file and allow it.  I will try to find my settings and post them, can't even remember the config file this am - too much blood in the cafine system!&lt;BR /&gt;&lt;BR /&gt;Rt.</description>
      <pubDate>Thu, 15 Apr 2004 08:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247349#M174757</guid>
      <dc:creator>Robert True</dc:creator>
      <dc:date>2004-04-15T08:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: X windows and Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247350#M174758</link>
      <description>OK, Found it.  If you are root, go into the file /etc/opt/ssh/sshd_config (or where ever ssh is installed).&lt;BR /&gt;&lt;BR /&gt;On the systems you want to X11 FROM (remote):&lt;BR /&gt;&lt;BR /&gt;Near the bottom of the file uncomment: X11Forwarding yes (if says no, chg to yes)&lt;BR /&gt;&lt;BR /&gt;X11UseLocalhost no &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On the systems you want to X11 TO (local):&lt;BR /&gt;&lt;BR /&gt;Near the bottom of the file uncomment: X11Forwarding yes (if says no, chg to yes)&lt;BR /&gt;&lt;BR /&gt;X11UseLocalhost yes (if says no, chg to yes)&lt;BR /&gt;&lt;BR /&gt;Restart the sshd deamons on both systems.&lt;BR /&gt;&lt;BR /&gt;DO NOT set display or DISPLAY in your env on the systems you want to display the CDE stuff  FROM, it will not work correctly.  SSH will establish its own display channel using the local systems offset by 10 (default) ie: unix:10.0, but you don't have to worry about it, sshd handles it in the background.  You do not have to do an 'xhost+ remotesys', that is part of the reason for ssh.&lt;BR /&gt;&lt;BR /&gt;It is possible to su - another user on the remote system and send the cde display back to the local system using the X11Forwarding, if you don't mind opening a small security hole.  However get your X11Forwarding working first.&lt;BR /&gt;&lt;BR /&gt;Rt.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 08:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247350#M174758</guid>
      <dc:creator>Robert True</dc:creator>
      <dc:date>2004-04-15T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: X windows and Secure Shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247351#M174759</link>
      <description>In general, depending on your chosen client, add in software is required.&lt;BR /&gt;&lt;BR /&gt;We use Exceed and the nice folks at Exceed after getting a $500/user license fee want another $280 for the module that uses ssh.&lt;BR /&gt;&lt;BR /&gt;Its worth it because you can really lock down the servers once you use ssh instead of the r protocols.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Apr 2004 09:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows-and-secure-shell/m-p/3247351#M174759</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-15T09:10:16Z</dc:date>
    </item>
  </channel>
</rss>

