<?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: SSH question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299842#M337966</link>
    <description>&amp;gt; echo vt100 &amp;gt;&amp;gt; ~/.profile&lt;BR /&gt; &lt;BR /&gt;You are correct. The above command messed up your .profile script. All it does is to append "vt100" to the end of your .profile -- causing an execution error. Replace your .profile with a clean copy of from /usr/newconfig/etc/skel/.profile and add the two lines:&lt;BR /&gt; &lt;BR /&gt;    # Inserted by MV38 installation&lt;BR /&gt;    export MV38=/opt/mv38/MV38v11.3.1&lt;BR /&gt; &lt;BR /&gt;Now the default .profile has been broken for more than 10 years. tset is completely deprecated in favor of ttytype. The one thing you don't want to do is to ever hardcode the TERM (and LINES and COLUMNS) values. There are hundreds of terminals and emulators and vt100 has not been manufactured for more than 20 years. ttytype will properly identify the terminal and screen size, so replace all this code in .profile:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  # Set up the terminal:&lt;BR /&gt;&amp;gt;  if [ "$TERM" = "" ]&lt;BR /&gt;&amp;gt;  then&lt;BR /&gt;&amp;gt;     eval ` tset -s -Q -m ':?hp' `&lt;BR /&gt;&amp;gt;  else&lt;BR /&gt;&amp;gt;     eval ` tset -s -Q `&lt;BR /&gt;&amp;gt;  fi&lt;BR /&gt;&amp;gt;  stty erase "^H" kill "^U" intr "^C" eof "^D"&lt;BR /&gt;&amp;gt;  stty hupcl ixon ixoff&lt;BR /&gt;&amp;gt;  tabs&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;  echo&lt;BR /&gt;&amp;gt;  echo "Value of TERM has been set to \"$TERM\". "&lt;BR /&gt;&amp;gt;  export TERM&lt;BR /&gt; &lt;BR /&gt;with this code:&lt;BR /&gt;&lt;BR /&gt;if tty -s&lt;BR /&gt;then&lt;BR /&gt;   # Identify the terminal&lt;BR /&gt;   eval $(ttytype -sa)&lt;BR /&gt;   stty erase "^H" kill "^U" intr "^C" eof "^D" -parity ixoff&lt;BR /&gt;   stty susp \^Z dsusp \^Y &lt;BR /&gt;   tabs&lt;BR /&gt;   print "Value of TERM has been set to \"$TERM\". "&lt;BR /&gt;fi&lt;BR /&gt; &lt;BR /&gt;It is very important to skip terminal settings if .profile is being run as part of a batch file. And it is also very important to never use the incoming value of TERM, but to always evaluate the terminal type at login. To see what ttytype does, simply type it like this:&lt;BR /&gt; &lt;BR /&gt;ttytype -sa&lt;BR /&gt; &lt;BR /&gt;&amp;gt; I generally don't like reflections for systems administration.&lt;BR /&gt; &lt;BR /&gt;This is a misunderstanding of terminal emulators. WRQ (now called Attachmate) has several very different Reflection products. One is very seldom used: Reflection for the Web, which is a web-based version. More popular is Reflection/X for Xwindow emulation. Reflection/X also has a local DEC/vt100 style emulator. The most common versions are Reflection for Unix (aka, Reflection/2) and is a v100/vt220/vt300 emulator, and Reflection for HP, also known as Reflection/1. Without configuring any of the emulators, you get a vt-style emulator for all except the HP version which defaults to a 700/92 terminal.&lt;BR /&gt; &lt;BR /&gt;There are about 3 major terminal languages in use today: HP, Wyse and DEC/vt. Of these, Wyse is almost never used (although ttytype will correctly identify these terminals), HP is very popular for HP-UX and vt100 is the classic dumb terminal. But none of the emulators are compatible with each other except for plain ASCII (displayable characters only). Back in the good old days, every program had to be hardcoded to use any of the smart terminal features (home up, clear, underlining, blinking, special characters). Looking for a terminal API, the Curses library was developed and now a series of common terminal features can be used without change for literally hundreds of incompatible terminals. vi is one of those programs that mandates that TERM, LINES, COLUMNS and ERASE all be set to match the actual terminal. That is why setting TERM=vt100 will always cause problems. There is no way for vi to know what you are really using, thus the reason not to lie about your terminal but let ttytype set the terminal-specific values for you. See the man pages for terminfo, tput and tic/untic.  &lt;BR /&gt; &lt;BR /&gt;Here is a really interesting web page about the DEC/VT series: &lt;A href="http://www.vt100.net/" target="_blank"&gt;http://www.vt100.net/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Note also that some emulators (like xterm, hpterm, dtterm) can be resized with a mouse, something that a real (glass) terminal cannot do. So it's important to run the resize command whenever you change the height and/or width of these screens:&lt;BR /&gt; &lt;BR /&gt;eval (resize)&lt;BR /&gt; &lt;BR /&gt;Unlike Xwindow emulators, Reflection resizes the window but does not change the lines and columns -- the font is just made larger or smaller. You can change lines and columns using the Setup-&amp;gt;Display window.&lt;BR /&gt; &lt;BR /&gt;Up until the rp-series (and predecessors like the n4000), the console connection was transparent and you could use whatever terminal you had (HP, non-HP) to login and run vi or SAM or swinstall. In a very dubious decision, the GSP/MP designers decided to hardcode hpterm or vt100 into the maintenance processors. So regardless of the terminal you have connected to the console port (serial or LAN), the newer systems will completely ignore the terminal you have and blindly send codes to your screen. This was actually ported into the ttytype code too, which is the reason that most sysadmins assume vt100 is the only useful terminal emulation. And for the console connection, this is a safe assumption -- setting the GSP/MP emulation to hpterm will work but other administ5rators using different emulators (like putty) will have console problems.&lt;BR /&gt; &lt;BR /&gt;On the other hand, HP emulation is a very powerful tool and works great with programs such as Glance, SAM, swinstall, etc look much better and navigate much easier with an HP terminal. There is only one free HP emulator that I am aware of: QCTerm, which now supports ssh. Get a free copy from: &lt;A href="http://www.aics-research.com/qcterm/" target="_blank"&gt;http://www.aics-research.com/qcterm/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;By setting .profile to automatically handle any terminal, you'll not have to tell users to change their emulator to match your system.</description>
    <pubDate>Fri, 07 Nov 2008 04:02:32 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2008-11-07T04:02:32Z</dc:date>
    <item>
      <title>SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299800#M337924</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Before you all start pulling yer hair out with my question, let me start by saying i'm new to HP-UX and SSH so need to get a simple answer before considering the technical approach to my problem.&lt;BR /&gt;&lt;BR /&gt;Basically, i want to get my HP-UX server working on SSH from remote access as opposed to telnet access as has been the case until now.&lt;BR /&gt;&lt;BR /&gt;I have found hundreds of threads and papers that have simply blown me away.  Can someone offer a simple, 2D response to the following (before looking at what needs to be installed, setup etc.&lt;BR /&gt;&lt;BR /&gt;I wish to setup SSH whereby users are always asked the passwords, no keys required i guess, right?  Therefore, whats the easiest way to setup SSH on my HP-UX 11.i server?&lt;BR /&gt;&lt;BR /&gt;My knowledge of installing stuff on this OS is also basic, so please bet gentle and the more "For Dummies" approach you take to educate me the better :-)&lt;BR /&gt;&lt;BR /&gt;Hoping someone finds the patience......&lt;BR /&gt;&lt;BR /&gt;A Million thanks!&lt;BR /&gt;&lt;BR /&gt;Dwayne</description>
      <pubDate>Tue, 04 Nov 2008 09:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299800#M337924</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299801#M337925</link>
      <description>Hi Dwayne,&lt;BR /&gt;&lt;BR /&gt;Can i know what SSH application your are using is OpenSSH or Tectia or any other?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Amar</description>
      <pubDate>Tue, 04 Nov 2008 09:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299801#M337925</guid>
      <dc:creator>Amarnath D</dc:creator>
      <dc:date>2008-11-04T09:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299802#M337926</link>
      <description>Go to this site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...and download ssh if you dont already got it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And instead of reinventing the wheel. I will refer to this document:&lt;BR /&gt;&lt;BR /&gt;How to install:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4213/ch02s02.html#babcefha" target="_blank"&gt;http://docs.hp.com/en/5992-4213/ch02s02.html#babcefha&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...and the entire document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4213/index.html" target="_blank"&gt;http://docs.hp.com/en/5992-4213/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You dont have to read on all the configuration-things, just concentrate on how to install.&lt;BR /&gt;&lt;BR /&gt;When its done, test it. If it works, disable ftp, telnet rlogin etc. in /etc/inetd.conf (by marking those lines out with a #), and restarting the inetd (/sbin/init.d/inetd stop and then /sbin/init.d/inetd start). This will prevent use of those unsecure services. BUT - remember to take a copy of /etc/inetd.conf before you do the changes, then you will have a chance to roll back if something fails.&lt;BR /&gt;&lt;BR /&gt;Please, just ask here if you got any additional questions.</description>
      <pubDate>Tue, 04 Nov 2008 09:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299802#M337926</guid>
      <dc:creator>Danny Petterson - DK</dc:creator>
      <dc:date>2008-11-04T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299803#M337927</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for the very prompt response.  Basically, to answer the 1st question, i am using either Putty or an application we use in house called Reflection.&lt;BR /&gt;&lt;BR /&gt;With regards the rest, i take it there's no way of setting up SSH without installing stuff, correct?  Its not as straight forward as connecting from any remote PC via telnet.&lt;BR /&gt;&lt;BR /&gt;Darn!  I'll give your recommendations a try anyway.&lt;BR /&gt;&lt;BR /&gt;thanks laods</description>
      <pubDate>Tue, 04 Nov 2008 09:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299803#M337927</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T09:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299804#M337928</link>
      <description>And for disabling key authentication set this to NO:&lt;BR /&gt;PubkeyAuthentication NO&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5992-4213/apas02.html#v1230053" target="_blank"&gt;http://www.docs.hp.com/en/5992-4213/apas02.html#v1230053&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 04 Nov 2008 09:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299804#M337928</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-11-04T09:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299805#M337929</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;i've installed and tested it.  It connects PERFECTLY now.  Million thanks for doing just what i pledged for - simple explanation of my problem.&lt;BR /&gt;&lt;BR /&gt;I really appreciate this.  I was always looking much deeper and thats why i think i kept getting overwhelmed and lost.&lt;BR /&gt;&lt;BR /&gt;I shall now proceed to blocking other forms of access as recommended.&lt;BR /&gt;&lt;BR /&gt;Thanks again guys ;-)&lt;BR /&gt;&lt;BR /&gt;Dwayne</description>
      <pubDate>Tue, 04 Nov 2008 09:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299805#M337929</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299806#M337930</link>
      <description>&amp;gt;Thanks again guys ;-)&lt;BR /&gt;&lt;BR /&gt;If their answers were helpful, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299806#M337930</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-04T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299807#M337931</link>
      <description>Ok, i've just tried to # out the telnet option in my /etc/inetd.conf file, then stop and start the service, but everytime i vi the file again to check it, the # is not stored infront of the telnet line.  I am sure i'm saving the file ok using either ZZ or :w!&lt;BR /&gt;&lt;BR /&gt;ANy advice?  I have tested via telnet and still connect.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 04 Nov 2008 10:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299807#M337931</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T10:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299808#M337932</link>
      <description>Hi - when you save in vi, after changing the files&lt;BR /&gt;Press ESC&lt;BR /&gt;:x!&lt;BR /&gt;&lt;BR /&gt;then you write and exit</description>
      <pubDate>Tue, 04 Nov 2008 10:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299808#M337932</guid>
      <dc:creator>Danny Petterson - DK</dc:creator>
      <dc:date>2008-11-04T10:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299809#M337933</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Or you can use &lt;BR /&gt;Hit Esc&lt;BR /&gt;then&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 04 Nov 2008 10:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299809#M337933</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-04T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299810#M337934</link>
      <description>strange, tried all those but still it wont stick.&lt;BR /&gt;&lt;BR /&gt;Why when i do a CAT on inetd.conf i get a different content to VI inetd.conf?&lt;BR /&gt;&lt;BR /&gt;If i do CAT i see no TELNET entries listed.  If i do VI, i see telnet but i always loose the # i put infront of it.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 04 Nov 2008 10:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299810#M337934</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T10:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299811#M337935</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please set your terminal.&lt;BR /&gt;can you post your .profile &lt;BR /&gt;I think due to terminal setting you are facing this problem.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 04 Nov 2008 10:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299811#M337935</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-04T10:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299812#M337936</link>
      <description>Yeah, as stated above, let us know your term:&lt;BR /&gt;&lt;BR /&gt;echo $TERM&lt;BR /&gt;&lt;BR /&gt;and lets see your profile:&lt;BR /&gt;cat ~/.profile</description>
      <pubDate>Tue, 04 Nov 2008 10:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299812#M337936</guid>
      <dc:creator>Danny Petterson - DK</dc:creator>
      <dc:date>2008-11-04T10:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299813#M337937</link>
      <description>echo $TERM = vt220&lt;BR /&gt;&lt;BR /&gt;profile =     export TERM &lt;BR /&gt;&lt;BR /&gt;        EDITOR=vi&lt;BR /&gt;        export EDITOR&lt;BR /&gt;&lt;BR /&gt;   fi          # if !VUE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Set up shell environment:&lt;BR /&gt;&lt;BR /&gt;        set -u                                  # error if undefined variable.&lt;BR /&gt;        trap "echo 'logout root'" 0             # what to do on exit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Set up shell variables:&lt;BR /&gt;&lt;BR /&gt;        MAIL=/var/mail/root&lt;BR /&gt;        # don't export, so only login shell checks.&lt;BR /&gt;&lt;BR /&gt;        echo "WARNING:  YOU ARE SUPERUSER !!\n"&lt;BR /&gt;# Inserted by MV38 installation&lt;BR /&gt;export MV38=/opt/mv38/MV38v11.3.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2008 11:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299813#M337937</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299814#M337938</link>
      <description>echo vt100 &amp;gt;&amp;gt; ~/.profile&lt;BR /&gt;&lt;BR /&gt;Logout and login again - see if it helps.</description>
      <pubDate>Tue, 04 Nov 2008 11:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299814#M337938</guid>
      <dc:creator>Danny Petterson - DK</dc:creator>
      <dc:date>2008-11-04T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299815#M337939</link>
      <description>Hi de049,&lt;BR /&gt;&lt;BR /&gt;As said by Danny did you changed vt220 to vt100 &lt;BR /&gt;if yes then tell us still you are facing problem.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 04 Nov 2008 11:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299815#M337939</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-04T11:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299816#M337940</link>
      <description>ok, yes it works now.  Basically, it was a combo of the VT terminal and the fact my client software wasn't fully displaying the exact content.  I adjusted the terminal rows and all is now displayed via CAT and VI identically.&lt;BR /&gt;&lt;BR /&gt;Thanks guys.  You've been incredible!!!</description>
      <pubDate>Tue, 04 Nov 2008 11:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299816#M337940</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299817#M337941</link>
      <description>Hi Dwayne,&lt;BR /&gt;&lt;BR /&gt;KEEP ASSIGNING POINTS TO THOSE WHO SPEND THEIR VALUABLE TIME FOR YOU.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2008 12:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299817#M337941</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-04T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299818#M337942</link>
      <description>Easy Guys, Im sure Dwayne will, he just needs to get his work done first - Im sure we can wait, its not that important :-)&lt;BR /&gt;&lt;BR /&gt;Take care everybody&lt;BR /&gt;Yours&lt;BR /&gt;Danny</description>
      <pubDate>Tue, 04 Nov 2008 12:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299818#M337942</guid>
      <dc:creator>Danny Petterson - DK</dc:creator>
      <dc:date>2008-11-04T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: SSH question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299819#M337943</link>
      <description>Dont worry i will assign the much deserved points right away.  &lt;BR /&gt;&lt;BR /&gt;One last thing. ever since i played around with the VT profile changes, i keep getting this at the prompt on first login:&lt;BR /&gt;&lt;BR /&gt;# rofile[54]: vt100:  not found.t220".     &lt;BR /&gt;&lt;BR /&gt;Before at first login i simply got the # prompt awaiting my input. Now i have to type CLEAR before being able to continue with my input.&lt;BR /&gt;&lt;BR /&gt;Any ideas.&lt;BR /&gt;&lt;BR /&gt;dwayne</description>
      <pubDate>Tue, 04 Nov 2008 15:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4299819#M337943</guid>
      <dc:creator>de049</dc:creator>
      <dc:date>2008-11-04T15:11:29Z</dc:date>
    </item>
  </channel>
</rss>

