<?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: Web-based terminal emulation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386525#M865044</link>
    <description>As far as I know, WRQ's web tool is unique in providing SSH from the client to server. Also, WRQ's product actually downloads Java code to each client which is controlled by the web server. This means that the local user can be completely controlled by the web server so changing from telnet to ssh or vt to hp emulation can be accomplished with a simple change at the web server. Each Java download has a version number that is verified by the server and if a newer version exists, it is replaced automatically. This is a powerful tool to control the changes that an end user is allowed to make to the terminal window. It saves endless calls to support when a typical terminal emulator is misconfigured by users that want to experiment.</description>
    <pubDate>Sun, 26 Sep 2004 16:40:32 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-09-26T16:40:32Z</dc:date>
    <item>
      <title>Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386523#M865042</link>
      <description>I know about WRQ's Reflection for the Web that does vt emulation. Was wondering what other companies have similar products that provide encrypted connections and passthrough printing.</description>
      <pubDate>Fri, 24 Sep 2004 16:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386523#M865042</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-09-24T16:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386524#M865043</link>
      <description>I believe hummingbird has a competitive product.&lt;BR /&gt;&lt;BR /&gt;HP's secure webconsole may meet the criteria though I've never tried to print off mine.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 24 Sep 2004 16:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386524#M865043</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-24T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386525#M865044</link>
      <description>As far as I know, WRQ's web tool is unique in providing SSH from the client to server. Also, WRQ's product actually downloads Java code to each client which is controlled by the web server. This means that the local user can be completely controlled by the web server so changing from telnet to ssh or vt to hp emulation can be accomplished with a simple change at the web server. Each Java download has a version number that is verified by the server and if a newer version exists, it is replaced automatically. This is a powerful tool to control the changes that an end user is allowed to make to the terminal window. It saves endless calls to support when a typical terminal emulator is misconfigured by users that want to experiment.</description>
      <pubDate>Sun, 26 Sep 2004 16:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386525#M865044</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-26T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386526#M865045</link>
      <description>Passthrough printing can be tested with:&lt;BR /&gt; &lt;BR /&gt;echo "$(tput mc5)\c"&lt;BR /&gt;cat some_file&lt;BR /&gt;echo "$(tput mc4)\c"&lt;BR /&gt; &lt;BR /&gt;NOTE: many terminal emulators have their own ideas about the acceptable escape sequences. A 'normal' terminal emulator can be identified with ttytype -s and once TERM has been set. the above tput construct will work just fine. The problem is that an emulator may answer ID queries as a vt100 (which does NOT support passthrough printing) yet sending the codes:&lt;BR /&gt; &lt;BR /&gt;echo "\033[5i"&lt;BR /&gt;echo passthrough printing is now in force&lt;BR /&gt;echo "\033[4i"&lt;BR /&gt; &lt;BR /&gt;may work OK (DEC VT series or ANSI emulation). This is a problem that is often fixed by hardcoding TERM=&lt;SOMETHING&gt; in /etc/profile and then messes up other terminal emulators by sending the wrong codes. tput mc5 produces nothing when TERM=vt100 as it should. untic vt100 and untic vt200 will show the differences.&lt;/SOMETHING&gt;</description>
      <pubDate>Sun, 26 Sep 2004 17:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386526#M865045</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-26T17:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386527#M865046</link>
      <description>Actually Bill &amp;amp; all, Hummingbird just started offering an ssh package as an add in to their product.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 26 Sep 2004 19:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386527#M865046</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-26T19:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386528#M865047</link>
      <description>Putty is a freeware Windows-based ssh client:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank"&gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Sep 2004 08:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386528#M865047</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-27T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386529#M865048</link>
      <description>Thanks for the input.&lt;BR /&gt;&lt;BR /&gt;I evaluated WRQ's product a few years ago (before the encryption features were added) and really liked the ease of installation, configuration, and control provided.&lt;BR /&gt;&lt;BR /&gt;Hummingbird has some good products and I'll look into theirs. It took them a few years to get their web-based X emulator to a point where I was willing to implement it at my previous job... and it still had a few bugs, but compared to the price of licensing the "fat" client for every PC in the facility, it was worth the minor annoyances of the bugs. They were at least working with me to fix the problems.&lt;BR /&gt;&lt;BR /&gt;The HP secure web console won't work for multiple users accessing the system at once. I think there are terminal type problems with the application running on the vt100 console anyway that wouldn't make this feasible.&lt;BR /&gt;&lt;BR /&gt;Putty would be fine for direct access, but the intended environment requires more control than a Windows-based client can provide.&lt;BR /&gt;&lt;BR /&gt;How does the passthrough printing work on the Windows client side? Does it go straight to the default printer or can it be forced to open the printer selection window so the user can select a destination?</description>
      <pubDate>Mon, 27 Sep 2004 09:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386529#M865048</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-09-27T09:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386530#M865049</link>
      <description>Passthrough printing is defined by the client program. For WRQ products, it is the current printer for the user. Another client (not web based) SecureNetTerm has no defaults and the printer must be selected. From then on, that will be the passthrough printer. Passthrough printing is VERY basic--it simply tells the emulator to redirect whatever follows the escape sequence to the selected printer. The man page for terminfo (curses) will detail the printer capabilities.There may be emulator-specific codes to do a little bit more but nothing that would be portable.</description>
      <pubDate>Mon, 27 Sep 2004 22:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386530#M865049</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-27T22:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Web-based terminal emulation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386531#M865050</link>
      <description>I had a feeling that would be the case. We'd have to implement some kind of secure printing solution through firewalls then.</description>
      <pubDate>Tue, 28 Sep 2004 08:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-based-terminal-emulation/m-p/3386531#M865050</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-09-28T08:19:52Z</dc:date>
    </item>
  </channel>
</rss>

