<?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: What security is ssh using - see this syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119771#M314622</link>
    <description>Hi Bill,&lt;BR /&gt;is this the lines you say I should not be using?   I am going to astrick this out and put what you told me.  I will let you know.&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;&lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup"  \&lt;BR /&gt;             -o "$TERM" = "network" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval `ttytype -s -a`&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;        export TERM</description>
    <pubDate>Thu, 20 Dec 2007 21:16:43 GMT</pubDate>
    <dc:creator>John Jimenez</dc:creator>
    <dc:date>2007-12-20T21:16:43Z</dc:date>
    <item>
      <title>What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119764#M314615</link>
      <description>I am finally migrating from telnet to ssh.  But am having trouble with HPUX 11.11 accepting the change  from 24 lines to 25 lines in "Century Tiny Term" emmulation.  I can modify my profile with the stty command to make it work.  But I discovered that the O.S. accepts it I use Reflections emmulation, so I want to find out why it works on Reflections and not on Tiny Term, instead of messing with everones profile.&lt;BR /&gt;&lt;BR /&gt;When I log in to Tiny Term it says this on syslog&lt;BR /&gt;Dec 20 10:32:35 diamdr sshd[8347]: Accepted password for i1514 from 10.0.1.38 port 2759 ssh2&lt;BR /&gt;&lt;BR /&gt;When I log off of Tiny Term is says this&lt;BR /&gt;Dec 20 10:33:09 diamdr sshd[8349]: Received disconnect from 10.0.1.38: 11: buh bye&lt;BR /&gt;&lt;BR /&gt;When I log on with Reflections it says this Dec 20 10:34:55 diamdr sshd[8382]: Accepted keyboard- interactive/pam for i1514 from 10.0.1.38 port 2764 ssh2&lt;BR /&gt;&lt;BR /&gt;When I log off with Reflections nothing is logged.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2007 19:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119764#M314615</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T19:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119765#M314616</link>
      <description>I guess my quesion is, does any know what security Reflections uses for ssh?  Maybe I can modify a parametor in Tiny Term that will make the O.S. accept the line setting change.</description>
      <pubDate>Thu, 20 Dec 2007 19:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119765#M314616</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119766#M314617</link>
      <description>Let me see if I understand the question.&lt;BR /&gt;Want to use Tiny Term but cannot the 25th line config is not working right.  &lt;BR /&gt;&lt;BR /&gt;If you use reflection then the 25th line config works.&lt;BR /&gt;&lt;BR /&gt;You then have some messages listed from I am assuming /var/adm/syslog/syslog.log about connects and disconnect messages ?  Not sure what this has to do with the 25th line config issue ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2007 19:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119766#M314617</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-12-20T19:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119767#M314618</link>
      <description>Yes that is correct.  The screen gets all jumbled in Tiny Term.    I set Tiny Term to 25 lines, but when I do a ssty -a it says 24.  I called Century and they say that it connects locally, and for me to modify the profile.   But I asked them why does it work with reflections?    Century asked me to check the logs.    This is the only log I know of to check ssh.  Century said that I have not given him much to work with.  He also said it probably has nothing to do with it, but he did notice from the few lines of the syslog, that the security was different.  So since this is the only log I go by, I would start here.</description>
      <pubDate>Thu, 20 Dec 2007 19:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119767#M314618</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T19:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119768#M314619</link>
      <description>The application uses ansicoe</description>
      <pubDate>Thu, 20 Dec 2007 19:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119768#M314619</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T19:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119769#M314620</link>
      <description>ssh, telnet, rlogin, it doesn't matter what connection method you are using. You *must* ask HP-UX to identify the terminal's characteristics with ttytype. DO NOT use the default in /etc/profile or .profile which skips the ttytype step if TERM is already set. TERM will be preset with junk by your PC and sent to your environment. Never hardcode TERM=anything. Your PC (more accurately, the emulator) may send something for the TERM value but it is unwise to every use it.&lt;BR /&gt; &lt;BR /&gt;Instead, you always run this code in /etc/profile:&lt;BR /&gt; &lt;BR /&gt;if tty -s&lt;BR /&gt;then&lt;BR /&gt;eval $(ttytype -sa)&lt;BR /&gt;fi&lt;BR /&gt; &lt;BR /&gt;Run the ttytype command manually to see what it produces:&lt;BR /&gt; &lt;BR /&gt;$ ttytype -sa&lt;BR /&gt;TERM='70092'; export TERM;                                                                                                          &lt;BR /&gt;LINES=48; export LINES;&lt;BR /&gt;COLUMNS=132; export COLUMNS;&lt;BR /&gt;ERASE='^H'; export ERASE;&lt;BR /&gt; &lt;BR /&gt;All this information came from your emulator and that's what smart terminal handlers like vi and sam and swinstall need to function correctly. If you are Reflection for HP/VT then you'll find the HP emulation much more useful than a dumb ansi or vt100 emulation. But in either case, TinyTerm, Reflection, QCTerm, SecureCRT and many other emulators will work OK as long as you let the terminal tell the shell the values for TERM, LINES and COLUMNS.&lt;BR /&gt; &lt;BR /&gt;One exception: All the GSP/MP console ports have a very irritating override to ttytype and makes using different emulations quite difficult. Hooks in the ttytype code will not interrogate the terminal but instead, get hardcoded values from the GSP/MP processor. There isn't anything you can do except to make the terminal emulation match what the GSP/MP uses. On the other hand, you should not be using that port for anything except command line OS changes, reboots and other occasionbal maintenance work.</description>
      <pubDate>Thu, 20 Dec 2007 20:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119769#M314620</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-12-20T20:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119770#M314621</link>
      <description>How did you change TT to 25 lines?  Note that changing LINES=25 in .profile, /etc/profile or manually will make no difference as it doesn't tell TinyTerm what size window to display, it tells unix how many lines to use.  A mismatch will cause all kinds of issues.&lt;BR /&gt;&lt;BR /&gt;Which emulation are you using in TT (i.e. vt200, wyse...)?  Some may not support the 25th line for all I know.</description>
      <pubDate>Thu, 20 Dec 2007 20:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119770#M314621</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-12-20T20:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119771#M314622</link>
      <description>Hi Bill,&lt;BR /&gt;is this the lines you say I should not be using?   I am going to astrick this out and put what you told me.  I will let you know.&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;&lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup"  \&lt;BR /&gt;             -o "$TERM" = "network" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval `ttytype -s -a`&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;        export TERM</description>
      <pubDate>Thu, 20 Dec 2007 21:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119771#M314622</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T21:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119772#M314623</link>
      <description>OldSchool,&lt;BR /&gt; I modified TT in sessions properties, just like Reflections.  I use SCOANSI.   I have been using 25 lines in Telnet on TT for years.  But I noticed that the O.S. was not reading telnet on TT either,  the stty would come up 0 on lines and columns, but telnet worked.</description>
      <pubDate>Thu, 20 Dec 2007 21:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119772#M314623</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T21:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119773#M314624</link>
      <description>Bill,&lt;BR /&gt;For years it looks like we have had our .profiles set with TERM.    So it looks like this will not pass on from the emulation took it off and it seems &lt;BR /&gt;       TERM=ansicoe              &lt;BR /&gt;       TERMCAP=/usr/bbx/termcap  &lt;BR /&gt;        PATH=$PATH:/usr/bbx/start &lt;BR /&gt;        export TERMCAP PATH       &lt;BR /&gt;&lt;BR /&gt;I commented line in .profile and from Tiny Term, when "echo $TERM" it comes up as "unknown".   And from Reflections it comes up vt320, so it looks on Reflections it reads the emmulation tab and not the TermType tab.</description>
      <pubDate>Thu, 20 Dec 2007 21:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119773#M314624</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T21:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119774#M314625</link>
      <description>Bill I ran the ttytype on both emmulations.   This is after I took out the TERM line in my .profile.&lt;BR /&gt;&lt;BR /&gt;tiny term&lt;BR /&gt;=&amp;gt; $ttytype -sa              &lt;BR /&gt;TERM='unknown'; export TERM; &lt;BR /&gt;ERASE='^H'; export ERASE;    &lt;BR /&gt;&lt;BR /&gt;Reflections&lt;BR /&gt;=&amp;gt; $ttytype -sa&lt;BR /&gt;TERM='vt320'; export TERM;&lt;BR /&gt;LINES=25; export LINES;&lt;BR /&gt;COLUMNS=80; export COLUMNS;&lt;BR /&gt;ERASE='^?'; export ERASE;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2007 22:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119774#M314625</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-20T22:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119775#M314626</link>
      <description>Yes, this is the code rip out and never let it see the light of day again:&lt;BR /&gt; &lt;BR /&gt;&amp;gt; # set term if it's not set&lt;BR /&gt; &lt;BR /&gt;That's the first bad assumption -- your PC emulator knows nothing about HP terminfo and curses codes so it doesn't matter if it was already set. TERM will be wrong until it is set with ttytype.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup" \&lt;BR /&gt;&amp;gt;   -o "$TERM" = "network" ]&lt;BR /&gt;&amp;gt; then&lt;BR /&gt;&amp;gt; eval `ttytype -s -a`&lt;BR /&gt;&amp;gt; fi&lt;BR /&gt; &lt;BR /&gt;Replace all of the above with:&lt;BR /&gt; &lt;BR /&gt;if tty -s&lt;BR /&gt;then&lt;BR /&gt;eval $(ttytype -sa)&lt;BR /&gt;fi&lt;BR /&gt; &lt;BR /&gt;Note that:&lt;BR /&gt; &lt;BR /&gt;&amp;gt; export TERM&lt;BR /&gt; &lt;BR /&gt;is redundant. ttytype already exports the variables. Note that the testing for TERM in /etc/profile has not been changed since the late 1980's (HP-UX 7.0 and earlier) and while it worked for 'real' terminals (most of which were connected with RS-232 serial cables), the PC terminal emulators have made a mess when it comes to compatibility. That's why there are hundreds of models of terminals in the terminfo database (more about this later)&lt;BR /&gt; &lt;BR /&gt;&amp;gt; I am going to astrick this out and put what you told me. &lt;BR /&gt; &lt;BR /&gt;I am sure you mean: comment out the code with # signs....&lt;BR /&gt; &lt;BR /&gt;&amp;gt; TERM=ansicoe&lt;BR /&gt;&amp;gt; TERMCAP=/usr/bbx/termcap&lt;BR /&gt;&amp;gt; PATH=$PATH:/usr/bbx/start&lt;BR /&gt;&amp;gt; export TERMCAP PATH&lt;BR /&gt; &lt;BR /&gt;Arggghhhh!! Something stolen from another flavor of Unix. HP-UX does not use TERMCAP at all. Instead, it uses a terminfo database of known terminals, all stored in /usr/share/lib/terminfo. The capabilities are stored as small binary files using the tic command (man tic). To read the capabilites of a particular terminal, use the untic command (man untic):&lt;BR /&gt; &lt;BR /&gt;$ untic vt100&lt;BR /&gt;vt100|vt100-nam|vt100 as defined by DEC vt420,&lt;BR /&gt;        &lt;BR /&gt;        cols#80, lines#24, vt#3, &lt;BR /&gt;        bel=^G, cr=\r, csr=\E[%i%p1%d;%p2%dr, tbc=\E[3g, &lt;BR /&gt;        clear=\E[2J\E[H, el=\E[0K, ed=\E[0J, cup=\E[%i%p1%d;%p2%dH, &lt;BR /&gt;        cud1=\E[B, home=\E[1;1H, civis=\E[?25I, cub1=\E[D, &lt;BR /&gt;        cnorm=\E[?25h, cuf1=\E[C, cuu1=\E[A, cvvis=\E[?25h, &lt;BR /&gt;        dch1=\E[1P, dl1=\E[1M, blink=\E[5m, bold=\E[1m, &lt;BR /&gt;...&lt;SNIP&gt;...&lt;BR /&gt;&lt;BR /&gt;The man page for terminfo explains the capabilities and codes, all part of the Curses library.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; I ran the ttytype on both emmulations.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; $ttytype -sa&lt;BR /&gt;&amp;gt; TERM='unknown'; export TERM;&lt;BR /&gt;&amp;gt; ERASE='^H'; export ERASE;&lt;BR /&gt; &lt;BR /&gt;Time to trash your version of TinyTerm. It is simply too dumb to respond to industry standard terminal queries (which is how ttytype figures out your terminal model). Now I am assuming there is no option to disable auto-response, sometimes known as answer-back. This feature has been in virtually every terminal for the last 20 years, so an emulator that does not respond will make a mess for system administration. It means that you will have to hard code some settings for a few users running TinyTerm and leave the rest of the users to auto-identify. You cannot always control what the users have on the PC (Hyperterminal, putty, QCterm, SecureCRT, Reflection, etc) and managing a bunch of oddball dumb terminals is not a useful task. As the system administrator, you simply require that all connections be correctly identified using ttytype.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; Reflection:&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; $ttytype -sa&lt;BR /&gt;&amp;gt; TERM='vt320'; export TERM;&lt;BR /&gt;&amp;gt; LINES=25; export LINES;&lt;BR /&gt;&amp;gt; COLUMNS=80; export COLUMNS;&lt;BR /&gt;&amp;gt; ERASE='^?'; export ERASE;&lt;BR /&gt; &lt;BR /&gt;This is a 'normal' response and ensures that all terminal software, especially menuing systems such as SAM, swinstall, Glance will work correctly. But most important, vi will work correctly. Hardcoding TERM LINES COLUMNS, etc is lying and the screen programs do not take kindly to such fabrications.&lt;/SNIP&gt;</description>
      <pubDate>Fri, 21 Dec 2007 01:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119775#M314626</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-12-21T01:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119776#M314627</link>
      <description>Wow Bill, I wish I could assign you more then 10 points on your responses.   Yeah it has been a hassle, they purchased TT for this app years before I got here.  When I got here I purchased this one licensed version of Reflections for me to use on the O.S.  I wrote a script that I run on TT if I need to go to the command line on a users PC.&lt;BR /&gt;Thanks for all your time on all this info.  I am making some changes to my test server and will assign points tomorrow.</description>
      <pubDate>Fri, 21 Dec 2007 01:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119776#M314627</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2007-12-21T01:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119777#M314628</link>
      <description>You might look at QCTerm as a very nice HP terminal emulator (free). It doesn't have all the versatility and macro features that Reflection has but it has easy color schemes and looks like a normal HP smart terminal to HP-UX applications.&lt;BR /&gt; &lt;BR /&gt;&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;It now supports SSH which makes it the best smart terminal emulator there is for the price. Although you're using Reflection, it looks like you have the Unix version rather than the HP version. QCTerm will make SAM, swinstall and Glance much easier to use.</description>
      <pubDate>Fri, 21 Dec 2007 03:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119777#M314628</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-12-21T03:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: What security is ssh using - see this syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119778#M314629</link>
      <description>&amp;gt;I wish I could assign you more then 10 points on your responses.&lt;BR /&gt;&lt;BR /&gt;You can assign 10 points for each response if they are all helpful.</description>
      <pubDate>Fri, 21 Dec 2007 08:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-security-is-ssh-using-see-this-syslog/m-p/4119778#M314629</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-21T08:15:51Z</dc:date>
    </item>
  </channel>
</rss>

